@@ -45,7 +45,7 @@ public class ScheduleTask {
/**
* 回签单
* */
- @Scheduled(fixedRate=1000*60*60)
+ @Scheduled(fixedRate=1000*60*3)
public void filePath() {
downloadFilePathService.runDownloadFilePath();
}