lxw
2023-09-19 57f0dacf3909ed1c2c2b8953882b15efbdd03fa6
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) {