Commit 698680c7 by 徐高华

通讯录

parent 638b3338
...@@ -107,11 +107,11 @@ ...@@ -107,11 +107,11 @@
group by department_id group by department_id
</select> </select>
<update id="delByUserid"> <update id="delByStaffid">
update tab_haoban_staff_department_related update tab_haoban_staff_department_related
set status_flag = 0, set status_flag = 0,
update_time = now() update_time = now()
where wx_user_id = #{userid,jdbcType=VARCHAR} where staff_id = #{staffId,jdbcType=VARCHAR}
</update> </update>
......
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