blade-service/blade-mdm/src/main/java/org/springblade/mdm/task/MachineFileScanTask.java
@@ -31,7 +31,7 @@ //@Scheduled(cron = "0 1 0 * * ?") // 每天上午0点1分执行 //@Scheduled(cron = "0 */5 * * * ?") //@Scheduled(cron = "0 15 19 * * ?") //test @Scheduled(cron = "${task.cron.machine_file_scan:0 1 * * * ?}") @Scheduled(cron = "${task.cron.machine_file_scan:0 1 0 * * ?}") public void execute() { String networkType = paramService.getParamValue(ParamService.NETWORK_TYPE,ParamService.NETWORK_TYPE_SHEMI);