Commit f09d4cc4 by 墨竹

fix:解除会员关系bug修改

parent 19ec2e27
...@@ -559,9 +559,9 @@ ...@@ -559,9 +559,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 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