Преглед на файлове

Merge branch 'developer' of git.caimei365.com:chao/caimei-modules-soa into developerA

plf преди 4 години
родител
ревизия
6284181a1f
променени са 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",