|
@@ -9,6 +9,7 @@
|
|
p.productID as productId,
|
|
p.productID as productId,
|
|
p.price1 as price,
|
|
p.price1 as price,
|
|
p.minBuyNumber as minBuyNumber,
|
|
p.minBuyNumber as minBuyNumber,
|
|
|
|
+ p.maxBuyNumber as maxBuyNumber,
|
|
p.price1TextFlag as priceFlag,
|
|
p.price1TextFlag as priceFlag,
|
|
p.ladderPriceFlag as ladderPriceFlag,
|
|
p.ladderPriceFlag as ladderPriceFlag,
|
|
p.normalPrice as normalPrice,
|
|
p.normalPrice as normalPrice,
|
|
@@ -28,6 +29,7 @@
|
|
p.productID as productId,
|
|
p.productID as productId,
|
|
p.price1 as price,
|
|
p.price1 as price,
|
|
p.minBuyNumber as minBuyNumber,
|
|
p.minBuyNumber as minBuyNumber,
|
|
|
|
+ p.maxBuyNumber as maxBuyNumber,
|
|
p.price1TextFlag as priceFlag,
|
|
p.price1TextFlag as priceFlag,
|
|
p.ladderPriceFlag as ladderPriceFlag,
|
|
p.ladderPriceFlag as ladderPriceFlag,
|
|
p.normalPrice as normalPrice,
|
|
p.normalPrice as normalPrice,
|