|
@@ -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
|