Commit feb83697 by 墨竹

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

parents d72f2181 2226f004
...@@ -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