|
@@ -206,6 +206,6 @@ public interface WbsTreeContractClient {
|
|
|
@GetMapping(API_PREFIX + "/findIsExistTreeNode")
|
|
|
Integer findIsExistTreeNode(List<String> processNodeList);
|
|
|
|
|
|
- @GetMapping(API_PREFIX + "/queryListByPIds")
|
|
|
- List<WbsTreeContract> queryListByPIds(List<Long> pIds);
|
|
|
+ @PostMapping(API_PREFIX + "/queryListByPIds")
|
|
|
+ List<WbsTreeContract> queryListByPIds(@RequestBody List<Long> pIds);
|
|
|
}
|