src/main/java/com/zy/asrs/task/MoveLocScheduler.java
@@ -22,12 +22,11 @@ private LocMastService locMastService; /** * * 待测库位自动移入测试库位,完成库位自动生成移库到中转库位 */ @Scheduled(cron = "0/3 * * * * ? ") private void execute() { if (confirmDeep) return; ReturnT<String> result = moveLocHandler.start(); if (!result.isSuccess()) { log.error("测试完成移库失败");