|
@@ -5,7 +5,7 @@
|
|
<select id="getListByParams" resultType="cn.com.ctop.common.entity.Project">
|
|
<select id="getListByParams" resultType="cn.com.ctop.common.entity.Project">
|
|
select * from `jeecg-boot`.ctop_project where 1=1
|
|
select * from `jeecg-boot`.ctop_project where 1=1
|
|
and media_id in
|
|
and media_id in
|
|
- <foreach collection="mediaIds" item="item" separator=","
|
|
|
|
|
|
+ <foreach collection="mediaList" item="item" separator=","
|
|
open="(" close=")">
|
|
open="(" close=")">
|
|
#{item}
|
|
#{item}
|
|
</foreach>
|
|
</foreach>
|