|
@@ -934,6 +934,11 @@
|
|
|
</select>
|
|
|
<select id="getNewFloorList" resultType="com.caimei365.commodity.model.vo.ProductItemVo">
|
|
|
SELECT DISTINCT
|
|
|
+ (select price from cm_sku where productID=p.productID order by price asc limit 1)as price,
|
|
|
+ (select unit from cm_sku where productID=p.productID order by price asc limit 1)as unit,
|
|
|
+ (select normalPrice from cm_sku where productID=p.productID order by price asc limit 1)as normalPrice,
|
|
|
+ (select minBuyNumber from cm_sku where productID=p.productID order by price asc limit 1)as minBuyNumber,
|
|
|
+ (select ladderPriceFlag from cm_sku where productID=p.productID order by price asc limit 1)as ladderPriceFlag,
|
|
|
p.productID,
|
|
|
p.actStatus,
|
|
|
p.name,
|