src/main/java/com/zy/common/service/CommonService.java
@@ -19,6 +19,7 @@ import java.util.ArrayList; import java.util.List; import java.util.stream.Collectors; /** * 货架核心功能 @@ -321,6 +322,10 @@ } } } // LocMast locMast0 = locMastService.findOutMost(locMasts.stream().map(LocMast::getLocNo).distinct().collect(Collectors.toList())); // if (!Cools.isEmpty(locMast0)) { // locMast = locMast0; // } // 因库位移转、需预留空库位 todo:luxiaotao // if (!locMastService.checkEmptyCount(locMast)) { // locMast = null;