rsf-server/src/main/java/com/vincent/rsf/server/manager/service/impl/LocItemServiceImpl.java
@@ -492,6 +492,7 @@ } targetLoc.setUseStatus(LocStsType.LOC_STS_TYPE_S.type); targetLoc.setBarcode(orgLoc.getBarcode()); if (!locService.updateById(targetLoc)) { throw new CoolException("目标库位预约失败!!");