|
@@ -27,7 +27,7 @@ public class EquGdyRecordController {
|
|
|
private EquGdyRecordServiceImpl equGdyRecordService;
|
|
|
|
|
|
|
|
|
- @Scheduled(cron = "1 1 0 * * ? ")
|
|
|
+ @Scheduled(cron = "1 0 0 * * ? ")
|
|
|
@PostMapping("/write")
|
|
|
public R generateDailyRecords(){
|
|
|
return equGdyRecordService.generateDailyRecords();
|