|
@@ -206,19 +206,7 @@
|
|
|
and ppl.whether_integral = #{whetherIntegral}
|
|
and ppl.whether_integral = #{whetherIntegral}
|
|
|
</if>
|
|
</if>
|
|
|
GROUP BY
|
|
GROUP BY
|
|
|
- ppl.id,
|
|
|
|
|
- psd.CODE,
|
|
|
|
|
- ppl.cname,
|
|
|
|
|
- ppl.bill_type,
|
|
|
|
|
- ppl.brand_id,
|
|
|
|
|
- ppl.price_one,
|
|
|
|
|
- ppl.price_two ,
|
|
|
|
|
- ppl.price_three,
|
|
|
|
|
- ppl.price_four ,
|
|
|
|
|
- ppl.inventory,
|
|
|
|
|
- ppl.brand_item,
|
|
|
|
|
- ppl.suggested_retail_price,
|
|
|
|
|
- ppl.cname_int
|
|
|
|
|
|
|
+ ppl.id
|
|
|
) allGoods
|
|
) allGoods
|
|
|
<if test="brandId != null or brandName != null and brandName != ''">
|
|
<if test="brandId != null or brandName != null and brandName != ''">
|
|
|
order by cnameInt, sort DESC
|
|
order by cnameInt, sort DESC
|