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