Commit 55af838f by 徐高华

test

parent fc430c89
...@@ -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 != idList and idList.size > 0"> <if test="null != idList and idList.size > 0">
and link_chat_id in and chat_hm_id in
<foreach collection="idList" item="item" separator="," index="index" <foreach collection="idList" 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