@@ -379,7 +379,7 @@
<select id="getSeconHandProductList" resultType="com.caimei.module.base.entity.po.SeconHandProduct">
SELECT
IF(p.brandID != 161,cb.name ,cshd.brandName) as "brandName",p.*,
- a.sold AS "sold",
+ cshd.sold AS "sold",
cshd.secondHandType AS "secondHandType",
cshd.instrumentType AS "instrumentType",
cshd.fixedYears AS "fixedYears",