userInfo
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user