Commit 68d4a8c7 by 陶光胜

企业微信取消授权回调处理

parent 466e1c5f
...@@ -183,6 +183,6 @@ ...@@ -183,6 +183,6 @@
<update id="cancelWxApplication"> <update id="cancelWxApplication">
update tab_haoban_wx_application update tab_haoban_wx_application
set status_flag = 0 set status_flag = 0
where wx_enterprise_id = #{wxEnterpriseId} and suite_id = #{suiteId} and status_flag = 1 where wx_enterprise_id = #{wxEnterpriseId} and site_id = #{suiteId} and status_flag = 1
</update> </update>
</mapper> </mapper>
\ No newline at end of file
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