Commit 08e44e11 by 徐高华

会员合并

parent baf25737
...@@ -551,10 +551,9 @@ ...@@ -551,10 +551,9 @@
UPDATE UPDATE
tab_haoban_external_clerk_related tab_haoban_external_clerk_related
SET member_id=#{memberId}, SET member_id=#{memberId},
status_flag = 1,
update_time = now() update_time = now()
where member_id = #{oldMemberId} where member_id = #{oldMemberId}
and enterprise_id = #{enterpriseId} and enterprise_id = #{enterpriseId} and status_flag = 1
</update> </update>
<update id="updateStatusByMemberId"> <update id="updateStatusByMemberId">
......
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