Browse Source

超级会员商品数据

huangzhiguo 1 year ago
parent
commit
0b3c95a7d5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/resources/mapper/svip/CmSvipHistoryDao.xml

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

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