|
(select unit from cm_sku where productId=csp.productId order by price asc limit 1)as unit,
|
|
(select unit from cm_sku where productId=csp.productId order by price asc limit 1)as unit,
|
|
(select minBuyNumber from cm_sku where productId=csp.productId order by price asc limit 1)as minBuyNumber,
|
|
(select minBuyNumber from cm_sku where productId=csp.productId order by price asc limit 1)as minBuyNumber,
|