|
|
@@ -179,7 +179,7 @@ public class LabCheckOptionController extends BaseController {
|
|
|
@ApiOperation(value = "生成整改报告")
|
|
|
@RequestMapping("/genReport/{id}")
|
|
|
public void genReport(@PathVariable("id") Long id, HttpServletResponse response, HttpServletRequest request) {
|
|
|
- wordService.genReport(id, response, request);
|
|
|
+ wordService.genReport(id, response);
|
|
|
}
|
|
|
|
|
|
}
|