Commit 220882b9 by 徐高华

sql

parent 80b6019e
...@@ -269,7 +269,7 @@ ...@@ -269,7 +269,7 @@
<update id="updateChatEnterpriseId"> <update id="updateChatEnterpriseId">
update tab_haoban_group_chat set enterprise_id = #{enterpriseId} , update_time=now() , gic_flag = 1 where wx_enterprise_id=#{wxEnterpriseId} update tab_haoban_group_chat set enterprise_id = #{enterpriseId} , update_time=now() , gic_flag = 1 where wx_enterprise_id=#{wxEnterpriseId}
<if test="null != groupChatIdList and groupChatIdList.size > 0"> <if test="null != groupChatIdList and groupChatIdList.size > 0">
and group_chat_id and group_chat_id in
<foreach collection="groupChatIdList" item="id" index="index" separator="," open="(" close=")"> <foreach collection="groupChatIdList" item="id" index="index" separator="," open="(" close=")">
#{id} #{id}
</foreach> </foreach>
......
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