添加日志

This commit is contained in:
苏竹红
2023-06-27 21:40:35 +08:00
parent 1a993548ed
commit d09d317134
3 changed files with 9 additions and 2 deletions

View File

@@ -568,7 +568,7 @@
<select id="getLineFollowHistoryList" resultMap="BaseResultMap">
SELECT <include refid="Base_Column_List"></include>
FROM hy_partner_line_info
where (deleted = 1 or (deleted=0 and line_status=0))
where (deleted = 1 or (deleted=0 and line_status=0 and close_time is not null))
and partner_id = #{partner_id}
</select>