Commit 8b80f9fc76ecdab8053d9748e2b91bcb479abb59

Authored by 肖超群
1 parent 322f42a9

默认保留4个

huaheng-wms-core/src/main/java/org/jeecg/modules/wms/api/wcs/service/LocationAllocationServiceImpl.java
@@ -96,7 +96,7 @@ public class LocationAllocationServiceImpl implements LocationAllocationService @@ -96,7 +96,7 @@ public class LocationAllocationServiceImpl implements LocationAllocationService
96 roadWays = locationList.stream().map(Location::getRoadWay).distinct().collect(toList()); 96 roadWays = locationList.stream().map(Location::getRoadWay).distinct().collect(toList());
97 } 97 }
98 String value = parameterConfigurationService.getValueByCode(QuantityConstant.DOUBLE_FORK_RESERVE_LOCATION); 98 String value = parameterConfigurationService.getValueByCode(QuantityConstant.DOUBLE_FORK_RESERVE_LOCATION);
99 - int reserveNumber = 10; 99 + int reserveNumber = 4;
100 if (StringUtils.isNotEmpty(value)) { 100 if (StringUtils.isNotEmpty(value)) {
101 reserveNumber = Integer.parseInt(value); 101 reserveNumber = Integer.parseInt(value);
102 } 102 }