Commit f51c2be1 by 王祖波

更新unionId

parent 75810b35
...@@ -361,5 +361,11 @@ ...@@ -361,5 +361,11 @@
and (member_id is null or member_id = '') and (member_id is null or member_id = '')
</update> </update>
<update id="modifyUnionId">
update tab_haoban_interact_record
set union_id = #{newUnionId}
where enterprise_id = #{enterpriseId} and union_id = #{oldUnionId} and delete_flag = 0
</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