|
|
@@ -35,7 +35,7 @@ public class UpdatePanguDataTask {
|
|
|
@Autowired
|
|
|
public PromoteQrcodePoolRecordService promoteQrcodePoolRecordService;
|
|
|
|
|
|
- @Scheduled(cron = "0 */1 * * * ?")
|
|
|
+ @Scheduled(cron = "0 */5 * * * ?")
|
|
|
public void execute() {
|
|
|
System.out.println("[cronjob]:同步盘古个微码每日数据");
|
|
|
List<PromoteQrcodePoolRecord> promoteQrcodePoolRecordList = promoteQrcodePoolRecordService.list();
|