huangzhiguo 1 год назад
Родитель
Сommit
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