src/main/java/com/zy/asrs/task/WrkMastScheduler.java
@@ -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) {