inspect-server/src/main/java/com/yuanchu/mom/controller/InsReportController.java
@@ -101,8 +101,8 @@ @ValueClassify("报告编制") @ApiOperation(value = "批准") @PostMapping("/ratifyReport") public Result ratifyReport(Integer id, Integer isRatify, String ratifyTell) { return Result.success(insReportService.ratifyReport(id, isRatify, ratifyTell)); public Result ratifyReport(Integer id, Integer isRatify, String ratifyTell,String sealUrl) { return Result.success(insReportService.ratifyReport(id, isRatify, ratifyTell,sealUrl)); } @RequestMapping("/onlyOffice/save")