src/main/java/com/whyc/controller/SOPController.java
@@ -54,6 +54,12 @@ return service.getSopInfo(list,code,model,pageCurr,pageSize); } @ApiOperation("查询sop历史") @GetMapping("getSopHis") public Response getSopHis(@RequestParam(required = false) String fileName) { return service.getSopHis(fileName); } @ApiOperation("更新sop说明(不含锁信息)") @PostMapping("updateSop") public Response updateSop(@RequestBody SOP sop) {