处理问题

This commit is contained in:
wanggeng 2024-07-25 18:45:04 +08:00
parent e65c33d871
commit b088ad64e4

View File

@ -359,7 +359,7 @@
AND
user_id IN
<foreach collection="userIds" index="index" open="(" separator="," close=")">
#{userIds[${}]}
#{userIds[${index}]}
</foreach>
</if>
<if test="userState != null">