@@ -255,7 +255,7 @@ public class STKTask {
//获取会计科目
- @Scheduled(cron = "0 10 00 * * ?")
+ @Scheduled(cron = "0 16 00 * * ?")
public void queryAccountantProject() {
QueryAccountantProjectDto dto = new QueryAccountantProjectDto();
Integer page = 1;