Commit 6af75e46 by jinxin

删除外部联系人id为空的数据

parent fa44f661
...@@ -810,7 +810,7 @@ ...@@ -810,7 +810,7 @@
<update id="deleteByWxEnterpriseId" > <update id="deleteByWxEnterpriseId" >
update tab_haoban_external_clerk_related update tab_haoban_external_clerk_related
set status_flag = 0,update_time = now() set status_flag = 2,update_time = now()
WHERE WHERE
wx_enterprise_id = #{wxEnterpriseId} wx_enterprise_id = #{wxEnterpriseId}
AND enterprise_id IN AND enterprise_id IN
......
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