|
@@ -636,7 +636,7 @@
|
|
|
(select unit from cm_sku where productId=csp.productId order by price asc limit 1)as unit,
|
|
|
p.productCode as code,
|
|
|
p.priceFlag,
|
|
|
- (select unit from cm_sku where productId=csp.productId order by price asc limit 1)as price,
|
|
|
+ (select price from cm_sku where productId=csp.productId order by price asc limit 1)as price,
|
|
|
p.shopID as shopId,
|
|
|
p.searchKey as keyword,
|
|
|
(select minBuyNumber from cm_sku where productId=csp.productId order by price asc limit 1)as minBuyNumber,
|