|
|
@@ -371,7 +371,7 @@ public class ReleaseProductByBatchServiceImpl implements ReleaseProductByBatchSe
|
|
|
} else {
|
|
|
// 如果未填分段价格,默认为最小包装量价格
|
|
|
GoodsQtyPrice qtyPrice = new GoodsQtyPrice();
|
|
|
- qtyPrice.setStart(DoubleConstant.minReserve);
|
|
|
+ qtyPrice.setStart(releaseProductByBatch.getMinBuyQty());
|
|
|
if(Currency.USD.equals(releaseProductByBatch.getCurrency())) {
|
|
|
Double usdMinPackPrice = releaseProductByBatch.getUsdMinPackPrice();
|
|
|
if(usdMinPackPrice != null) {
|