Commit 682b49dc by 徐高华

sql

parent 57267675
......@@ -60,7 +60,7 @@
<!-- =====================删除==================== -->
<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">
and link_chat_id in
<foreach collection="idList" item="item" separator="," index="index"
......
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