|
@@ -250,7 +250,7 @@ public class StirringTankClientService {
|
|
int i1 = ConvertUtils.convertToInt3(i);
|
|
int i1 = ConvertUtils.convertToInt3(i);
|
|
int qty = ConvertUtils.convertToQty3(i1);
|
|
int qty = ConvertUtils.convertToQty3(i1);
|
|
int remainder = ConvertUtils.convertToRemainder3(i1);
|
|
int remainder = ConvertUtils.convertToRemainder3(i1);
|
|
- if (remainder >= 35) {
|
|
+ if (remainder >= 25) {
|
|
qty = qty + 1;
|
|
qty = qty + 1;
|
|
}
|
|
}
|
|
List<BigDecimal> bigDecimals = baseLocationInfoSubService.checkInventory(sku);
|
|
List<BigDecimal> bigDecimals = baseLocationInfoSubService.checkInventory(sku);
|