Commit 75fc0608 by songyinghui

feat: 互动记录会员合并事件

parent 71c993ea
...@@ -323,6 +323,7 @@ ...@@ -323,6 +323,7 @@
update tab_haoban_interact_record update tab_haoban_interact_record
set member_id = #{memberId} set member_id = #{memberId}
where union_id = #{unionId} and delete_flag = 0 where union_id = #{unionId} and delete_flag = 0
and member_id is null and member_id != ''
</update> </update>
</mapper> </mapper>
......
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