|
@@ -37,6 +37,7 @@
|
|
mall_goods t1
|
|
mall_goods t1
|
|
LEFT JOIN merchant_base t2 ON t1.merch_sn = t2.merch_sn
|
|
LEFT JOIN merchant_base t2 ON t1.merch_sn = t2.merch_sn
|
|
<where>
|
|
<where>
|
|
|
|
+ t1.is_delete = '0'
|
|
<if test="merchSn != null and merchSn != ''"> and t1.merch_sn = #{merchSn}</if>
|
|
<if test="merchSn != null and merchSn != ''"> and t1.merch_sn = #{merchSn}</if>
|
|
<if test="sku != null and sku != ''"> and t1.sku = #{sku}</if>
|
|
<if test="sku != null and sku != ''"> and t1.sku = #{sku}</if>
|
|
<if test="plu != null and plu != ''"> and t1.PLU = #{plu}</if>
|
|
<if test="plu != null and plu != ''"> and t1.PLU = #{plu}</if>
|