|
|
@@ -48,13 +48,6 @@ |
|
|
|
and `first` = #{first} |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test=" null != userIds "> |
|
|
|
and c_user_id in |
|
|
|
<foreach collection="userIds" index="index" item="uidItem" open="(" separator="," close=")"> |
|
|
|
#{uidItem} |
|
|
|
</foreach> |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test=" null != ids "> |
|
|
|
and id in |
|
|
|
<foreach collection="ids" index="index" item="idItem" open="(" separator="," close=")"> |
|
|
|