فهرست منبع

修改商品下架状态

jun.li@caimei365.com 4 سال پیش
والد
کامیت
1253f76538
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      product/src/main/resources/com-caimei-module-product/ProductModuleMapper.xml

+ 1 - 1
product/src/main/resources/com-caimei-module-product/ProductModuleMapper.xml

@@ -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",