Browse Source

开启定时

zoro 1 year ago
parent
commit
4e6af6143a

+ 2 - 2
src/main/java/com/ghjg/shoreline/Schedule/DredgeVideoIdSchedule.java

@@ -25,8 +25,8 @@ public class DredgeVideoIdSchedule {
   @Autowired
   private DredgingProjectShipsService shipsService;
 
-  //@Scheduled(cron = "0 0 3 * * ? ")
-  @PostConstruct
+  @Scheduled(cron = "0 0 3 * * ? ")
+//  @PostConstruct
   public void updateVideoIdSchedule(){
     List<String> dredgingImportRules =  shipsService.getAllProjectId();
     for (String dredgingImportRule : dredgingImportRules) {