src/main/java/com/zy/asrs/service/impl/WorkServiceImpl.java
@@ -551,6 +551,15 @@ if (Cools.isEmpty(locMast)) { throw new CoolException("库位不存在"); } //查询库位状态 if (locMast.getLocSts().equals("O")){ //更新库位状态 locMast.setLocSts("F"); // boolean b = locMastService.updateById(locMast); if (!locMastService.updateById(locMast)){ throw new CoolException("更新库位状态失败"); } } for (LocDetlAdjustParam.LocDetlAdjust adjust : param.getList()) { if (Cools.isEmpty(adjust.getMatNo())) {