zhangjinli 3 years ago
parent 4e40c02444
commit d4738af7f4

@ -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>
) )

Loading…
Cancel
Save