Commit 4ef732a7 by 徐高华

sql

parent a4a05100
......@@ -216,7 +216,7 @@
<if test="null == gicFlag or gicFlag ==1 ">
and gic_flag = 1
</if>
<if test="null != groupChatIdList && groupChatIdList.size>0">
<if test="null != groupChatIdList and groupChatIdList.size>0">
<foreach collection="groupChatIdList" close=")" open="(" index="index" item="groupChatId" separator=",">
#{groupChatId}
</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