|
@@ -648,6 +648,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
LEFT JOIN goods g ON cgg.goods_id = g.goods_id
|
|
LEFT JOIN goods g ON cgg.goods_id = g.goods_id
|
|
|
WHERE
|
|
WHERE
|
|
|
1 = 1
|
|
1 = 1
|
|
|
|
|
+ and cg.`status` != -1
|
|
|
<if test="businessId != null">
|
|
<if test="businessId != null">
|
|
|
AND g.business_id = #{businessId}
|
|
AND g.business_id = #{businessId}
|
|
|
</if>
|
|
</if>
|