#
Junjie
2026-01-06 7fcee9618bec2384cfc3322b22d7adef3f111ac2
src/main/java/com/zy/asrs/task/WrkMastScheduler.java
@@ -145,7 +145,7 @@
                continue;
            }
            LocMast sourceLocMast= locMastService.queryByLoc(sourceLocNo);
            LocMast sourceLocMast = locMastService.queryByLoc(sourceLocNo);
            if (sourceLocMast == null) {
                log.info("[workNo={}]库位不存在", wrkMast.getWrkNo());
                continue;
@@ -157,6 +157,7 @@
            }
            locMast.setLocSts("F");
            locMast.setBarcode(wrkMast.getBarcode());
            locMast.setModiTime(new Date());
            boolean result = locMastService.updateById(locMast);
            if (!result) {
@@ -165,6 +166,7 @@
            }
            sourceLocMast.setLocSts("O");
            sourceLocMast.setBarcode("");
            sourceLocMast.setModiTime(new Date());
            boolean result2 = locMastService.updateById(sourceLocMast);
            if (!result2) {