Commit e2e31106 by songyinghui

feat: 数据修复

parent 7a381169
......@@ -323,6 +323,7 @@
update tab_haoban_interact_record
set member_id = #{memberId}
where union_id = #{unionId} and delete_flag = 0
and (member_id is null or member_id = '')
</update>
<select id="queryInteractRecordWithMemberIdINull" resultMap="TabHaobanInteractRecordMap">
......
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