Commit 2c419384 by songyinghui

feat: 互动记录会员授权事件

parent 75fc0608
...@@ -323,7 +323,7 @@ ...@@ -323,7 +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 != '' and (member_id is null or 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