Commit 6497cdc3 by 徐高华

查询离职成员关联的导购列表

parent feefe802
......@@ -484,7 +484,7 @@
</select>
<select id="taskoverClerkIdList" resultType="java.lang.String" parameterType="java.lang.String">
select clerk_id from tab_haoban_staff_clerk_relation where staff_id =#{staffId} and update_time >= #{delTime}
select clerk_id from tab_haoban_staff_clerk_relation where staff_id =#{staffId} and status_flag = 0 and update_time >= #{delTime}
</select>
</mapper>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment