|
|
@@ -207,7 +207,7 @@ public class STKTask {
|
|
|
|
|
|
|
|
|
//现金流项目
|
|
|
- @Scheduled(cron = "0 58 22 * * ?")
|
|
|
+ @Scheduled(cron = "0 35 23 * * ?")
|
|
|
public void queryCashFlowItems(){
|
|
|
//StkCommonDto dto = new StkCommonDto();
|
|
|
QueryCashFlowItemsDto dtoParam = new QueryCashFlowItemsDto();
|
|
|
@@ -255,7 +255,7 @@ public class STKTask {
|
|
|
|
|
|
|
|
|
//获取会计科目
|
|
|
- @Scheduled(cron = "0 17 23 * * ?")
|
|
|
+ @Scheduled(cron = "0 38 23 * * ?")
|
|
|
public void queryAccountantProject() {
|
|
|
QueryAccountantProjectDto dto = new QueryAccountantProjectDto();
|
|
|
Integer page = 1;
|