huangzhiguo 1 рік тому
батько
коміт
0b3c95a7d5
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      src/main/resources/mapper/svip/CmSvipHistoryDao.xml

+ 2 - 2
src/main/resources/mapper/svip/CmSvipHistoryDao.xml

@@ -764,7 +764,7 @@
                normalPrice,
                stock,
                costCheckFlag,
-               costProportional,
+               shopPercent AS costProportional,
                costPrice,
                price,
                ladderPriceFlag,
@@ -847,7 +847,7 @@
     </select>
 
     <select id="findSku" resultType="com.caimei365.manager.entity.caimei.svip.CmSku">
-        select price, costPrice, costCheckFlag, costProportional, normalPrice
+        select price, costPrice, costCheckFlag, shopPercent AS costProportional, normalPrice
         from cm_sku
         where productId = #{productId}
         order by price asc