Commit 8b80f9fc76ecdab8053d9748e2b91bcb479abb59
1 parent
322f42a9
默认保留4个
Showing
1 changed file
with
1 additions
and
1 deletions
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 | 96 | roadWays = locationList.stream().map(Location::getRoadWay).distinct().collect(toList()); |
97 | 97 | } |
98 | 98 | String value = parameterConfigurationService.getValueByCode(QuantityConstant.DOUBLE_FORK_RESERVE_LOCATION); |
99 | - int reserveNumber = 10; | |
99 | + int reserveNumber = 4; | |
100 | 100 | if (StringUtils.isNotEmpty(value)) { |
101 | 101 | reserveNumber = Integer.parseInt(value); |
102 | 102 | } |
... | ... |