|
@@ -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) {
|