Commit 1587bc76 by 徐高华

删除

parent 519a7c85
...@@ -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