소스 검색

超级会员商品数据

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