Commit 862de0cb by 徐高华

Merge branch 'master_xgh_bug_11月' into 'developer'

会员合并

See merge request !391
parents d66c80eb 08e44e11
......@@ -551,10 +551,9 @@
UPDATE
tab_haoban_external_clerk_related
SET member_id=#{memberId},
status_flag = 1,
update_time = now()
where member_id = #{oldMemberId}
and enterprise_id = #{enterpriseId}
and enterprise_id = #{enterpriseId} and status_flag = 1
</update>
<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