Commit cf90998c by fudahua

插入绑定日志

parent 38132efd
......@@ -328,7 +328,8 @@
<update id="cleanStaffDepartment" >
update tab_haoban_staff_department_related
set
status_flag = 0
status_flag = 0,
update_time = now()
where wx_enterprise_id = #{wxEnterpriseId}
and status_flag = 1
and staff_id not in
......
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