|
@@ -159,8 +159,7 @@ public class WbsTreeContractController extends BladeController {
|
|
|
@ApiOperationSupport(order = 31)
|
|
|
@ApiOperation(value = "导入工程划分树", notes = "传入MultipartFile")
|
|
|
public R importTree(@RequestParam("file") MultipartFile file, @RequestParam Long pkeyId) throws IOException {
|
|
|
- iWbsTreeContractService.importTree(file,pkeyId);
|
|
|
- return R.success("操作成功");
|
|
|
+ return iWbsTreeContractService.importTree(file,pkeyId);
|
|
|
}
|
|
|
|
|
|
@GetMapping("/getIsImport")
|