|
@@ -46,6 +46,6 @@ public interface WbsTreeContractStatisticsClient {
|
|
void statisticsContract(@RequestParam Long contractId);
|
|
void statisticsContract(@RequestParam Long contractId);
|
|
|
|
|
|
@GetMapping(API_PREFIX + "/updateAncestors")
|
|
@GetMapping(API_PREFIX + "/updateAncestors")
|
|
- void updateAncestors(String ids);
|
|
|
|
|
|
+ void updateAncestors(@RequestParam String ids);
|
|
|
|
|
|
}
|
|
}
|