1
3 天以前 b3780fc93f0805ba273ff33757c3a134cb366258
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("目标库位预约失败!!");