This commit is contained in:
苏竹红
2023-06-28 19:56:36 +08:00
parent 88f15cc836
commit 4519286928
4 changed files with 9 additions and 7 deletions

View File

@@ -579,7 +579,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 and close_time is not null))
where (deleted = 1 or (deleted=0 and line_status in (0,3) and close_time is not null))
and partner_id = #{partner_id}
</select>