src/main/java/com/zy/asrs/task/CheckDeepScheduler.java
@@ -29,10 +29,6 @@ @Value("${wcs-slave.doubleDeep}") private boolean confirmDeep; @Value("${wcs-slave.doubleLocs}") private String deepLocs; @Value("${wcs-slave.shallowLocs}") private String shallowLocs; @Autowired private LocDetlService locDetlService; @Autowired @@ -52,7 +48,8 @@ */ @Scheduled(cron = "0/30 * * * * ?") private void execute() throws ParseException { if (!confirmDeep) return; // if (!confirmDeep) return; if (true) return; ReturnT<String> result = checkDeepHandler.start(); if (!result.isSuccess()) {