Commit 4803da3a by qwmqiuwenmin

Merge branch 'developer' of http://115.159.76.241/haoban3.0/haoban-manage3.0.git into developer

parents 45b92ac2 9820f46c
...@@ -347,7 +347,7 @@ ...@@ -347,7 +347,7 @@
status_flag = 0, status_flag = 0,
update_time = now() update_time = now()
where wx_enterprise_id = #{wxEnterpriseId,jdbcType=VARCHAR} and status_flag = 1 and super_manager_flag!=1 where wx_enterprise_id = #{wxEnterpriseId,jdbcType=VARCHAR} and status_flag = 1 and super_manager_flag is not null
and staff_id not in and staff_id not in
<foreach collection="staffIds" item="item" open="(" separator="," close=")"> <foreach collection="staffIds" item="item" open="(" separator="," close=")">
#{item} #{item}
...@@ -367,7 +367,7 @@ ...@@ -367,7 +367,7 @@
<select id="listUserStaffId" resultType="string"> <select id="listUserStaffId" resultType="string">
select staff_id FROM tab_haoban_staff select staff_id FROM tab_haoban_staff
WHERE WHERE
wx_enterprise_id = #{wxEnterpriseId,jdbcType=VARCHAR} and status_flag = 1 and super_manager_flag!=1 wx_enterprise_id = #{wxEnterpriseId,jdbcType=VARCHAR} and status_flag = 1 and super_manager_flag is not null
and staff_id not in and staff_id not in
<foreach collection="staffIds" item="item" open="(" separator="," close=")"> <foreach collection="staffIds" item="item" open="(" separator="," close=")">
#{item} #{item}
......
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