Commit 777b227b by 徐高华

Merge branch 'feature/社群' into 'developer'

删除

See merge request !777
parents 7e14f538 1587bc76
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
<update id="delete"> <update id="delete">
UPDATE tab_haoban_hm_link_chat SET delete_flag = 1 , update_time =now() WHERE link_id = #{linkId} UPDATE tab_haoban_hm_link_chat SET delete_flag = 1 , update_time =now() WHERE link_id = #{linkId}
<if test="null != notDelIdList and notDelIdList.size > 0"> <if test="null != notDelIdList and notDelIdList.size > 0">
and chat_hm_id not in and link_chat_id not in
<foreach collection="notDelIdList" item="item" separator="," index="index" <foreach collection="notDelIdList" item="item" separator="," index="index"
close=")" open="("> close=")" open="(">
#{item} #{item}
......
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