Browse Source

[深爱]科目基础资料对接测试

zxl 1 year ago
parent
commit
ceb3bd66ed
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/java/com/uas/eis/task/STKTask.java

+ 2 - 2
src/main/java/com/uas/eis/task/STKTask.java

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