Commit f28d52c5bff1d935dd31cb8bfb4ded9b226aafea
1 parent
0d740b4d
update
Showing
1 changed file
with
0 additions
and
1 deletions
huaheng-wms-core/src/main/java/org/jeecg/modules/wms/api/wcs/service/LocationAllocationServiceImpl.java
... | ... | @@ -176,7 +176,6 @@ public class LocationAllocationServiceImpl implements LocationAllocationService |
176 | 176 | if (CollectionUtils.isEmpty(roadWays)) { |
177 | 177 | throw new JeecgBootException("分配库位时, 可用巷道为空"); |
178 | 178 | } |
179 | - roadWays = locationService.getRoadWayByZoneCode(zoneCode, warehouseCode); | |
180 | 179 | Integer roadWay = locationAllocationService.getRoadWay(roadWays, materialCode, zoneCode, warehouseCode); |
181 | 180 | |
182 | 181 | // 优先找外侧库位 |
... | ... |