@@ -93,6 +93,12 @@ public class GetController {
chuanyunBasicDataScheduledTask.getGroupProjectManually();
}
+ @Async
+ @GetMapping("/test/getCostCollectionManually")
+ public void getCostCollectionManually() {
+ chuanyunBasicDataScheduledTask.getCostCollectionManually();
+ }
+
/**
* 获取人员费用归集
* @return
@@ -70,6 +70,8 @@ public class ChuanyunBasicDataScheduledTask {
public void getGroupProjectManually(){
this.getGroupProject();
+ public void getCostCollectionManually() {this.getCostCollection();}
* 定时将氚云中的数据保存到manatee
*/