src/main/java/com/zy/asrs/task/LocMoveAllScheduler.java
@@ -21,7 +21,7 @@ import java.util.List; /** * Created by vincent on 2020/7/7 * Created by vincent on 2020/7/7 //跑酷测试 生成移库 */ @Slf4j @Component @@ -41,7 +41,7 @@ @Autowired private SlaveProperties slaveProperties; @Scheduled(cron = "0/3 * * * * ? ") // @Scheduled(cron = "0/3 * * * * ? ") private void execute(){ if (!moveAll) return;