@ -55,13 +55,13 @@
and t2.type = 3
<choose>
<when test="customerIds != null and customerIds.size > 0">
t1.org_id in
and t1.org_id in
<foreach collection="customerIds" index="index" item="item" open="(" separator="," close=")">
#{item}
</foreach>
</when>
<otherwise>
1 = 0
and 1 = 0
</otherwise>
</choose>
</select>