|
|
@ -49,7 +49,7 @@
|
|
|
|
)
|
|
|
|
)
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
<if test="brandIdList !=null and brandIdList.size()!=0 ">
|
|
|
|
<if test="brandIdList !=null and brandIdList.size()!=0 ">
|
|
|
|
and t1.id in (SELECT referenceId from taskBrand WHERE taskBrand.brandId in
|
|
|
|
and t1.id in (SELECT taskId from taskBrand WHERE taskBrand.brandId in
|
|
|
|
<foreach collection="brandIdList" index="index" item="item" open="(" separator="," close=")">#{item}
|
|
|
|
<foreach collection="brandIdList" index="index" item="item" open="(" separator="," close=")">#{item}
|
|
|
|
</foreach>
|
|
|
|
</foreach>
|
|
|
|
)
|
|
|
|
)
|
|
|
|