|
@@ -63,7 +63,7 @@
|
|
where cua.account_status = 0
|
|
where cua.account_status = 0
|
|
<if test="mediaList != null">
|
|
<if test="mediaList != null">
|
|
and cua.media_id in
|
|
and cua.media_id in
|
|
- <foreach collection="mediaIds" item="item" separator=","
|
|
|
|
|
|
+ <foreach collection="mediaList" item="item" separator=","
|
|
open="(" close=")">
|
|
open="(" close=")">
|
|
#{item}
|
|
#{item}
|
|
</foreach>
|
|
</foreach>
|