|
|
@@ -197,7 +197,7 @@ public class STKTask {
|
|
|
|
|
|
|
|
|
//现金流项目
|
|
|
- //@Scheduled(cron = "0 10 19 * * ?")
|
|
|
+ @Scheduled(cron = "0 00 02 * * ?")
|
|
|
public void queryCashFlowItems(){
|
|
|
//StkCommonDto dto = new StkCommonDto();
|
|
|
QueryCashFlowItemsDto dtoParam = new QueryCashFlowItemsDto();
|
|
|
@@ -245,7 +245,7 @@ public class STKTask {
|
|
|
|
|
|
|
|
|
//获取会计科目
|
|
|
- //@Scheduled(cron = "0 15 19 * * ?")
|
|
|
+ @Scheduled(cron = "0 00 03 * * ?")
|
|
|
public void queryAccountantProject() {
|
|
|
QueryAccountantProjectDto dto = new QueryAccountantProjectDto();
|
|
|
Integer page = 1;
|