处理问题
This commit is contained in:
parent
e65c33d871
commit
b088ad64e4
@ -359,7 +359,7 @@
|
|||||||
AND
|
AND
|
||||||
user_id IN
|
user_id IN
|
||||||
<foreach collection="userIds" index="index" open="(" separator="," close=")">
|
<foreach collection="userIds" index="index" open="(" separator="," close=")">
|
||||||
#{userIds[${}]}
|
#{userIds[${index}]}
|
||||||
</foreach>
|
</foreach>
|
||||||
</if>
|
</if>
|
||||||
<if test="userState != null">
|
<if test="userState != null">
|
||||||
|
Loading…
Reference in New Issue
Block a user