Commit 2226f004 by 墨竹

feat:通讯录同步bug修改

parent a13a9080
...@@ -184,7 +184,8 @@ ...@@ -184,7 +184,8 @@
<update id="cancelWxApplication"> <update id="cancelWxApplication">
update tab_haoban_wx_application update tab_haoban_wx_application
set status_flag = 0 set status_flag = 0,
update_time = now()
where corpid = #{corpId} where corpid = #{corpId}
and site_id = #{suiteId} and site_id = #{suiteId}
and status_flag = 1 and status_flag = 1
......
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