lxw
2023-10-20 7256cfae5c075ee4b353a96d864963373e05946c
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) {