|
|
@@ -652,21 +652,12 @@
|
|
|
<foreach collection="multiSupplyCompCd" item="item" open="(" separator="," close=")">
|
|
|
#{item}
|
|
|
</foreach>
|
|
|
- <if test="multiDefaultGoods != null and multiDefaultGoods.length>0">
|
|
|
- AND GOODS_CD NOT IN ( ${applySql} )
|
|
|
- </if>
|
|
|
- UNION ALL
|
|
|
- </if>
|
|
|
- <if test="multiBrand!= null and multiBrand.length>0">
|
|
|
- SELECT GOODS_CD
|
|
|
- , 'G800_10' AS GOODS_GB
|
|
|
- FROM TB_GOODS
|
|
|
- WHERE BRAND_CD IN
|
|
|
+ AND BRAND_CD IN
|
|
|
<foreach collection="multiBrand" item="item" open="(" separator="," close=")">
|
|
|
#{item}
|
|
|
</foreach>
|
|
|
<if test="multiDefaultGoods != null and multiDefaultGoods.length>0">
|
|
|
- AND GOODS_CD NOT IN (${applySql})
|
|
|
+ AND GOODS_CD NOT IN ( ${applySql} )
|
|
|
</if>
|
|
|
UNION ALL
|
|
|
</if>
|