|
@@ -3588,7 +3588,7 @@ public R<Boolean> saveContractTreeNode(@RequestBody AddContractTreeNodeVO vo) {
|
|
return R.data(true,"操作成功");
|
|
return R.data(true,"操作成功");
|
|
|
|
|
|
}
|
|
}
|
|
-@GetMapping("getDICengNodeName")
|
|
|
|
|
|
+@GetMapping("/getDICengNodeName")
|
|
@ApiOperationSupport(order = 1)
|
|
@ApiOperationSupport(order = 1)
|
|
@ApiOperation(value = "获取底层节点文件题名")
|
|
@ApiOperation(value = "获取底层节点文件题名")
|
|
public R<String> getDICengNodeName(@RequestParam Long pKeyId,@RequestParam Long contractId,@RequestParam Integer classify){
|
|
public R<String> getDICengNodeName(@RequestParam Long pKeyId,@RequestParam Long contractId,@RequestParam Integer classify){
|