唐耀东
2022-04-12 0fe032c09b8debb897a62ff01b82c0e55fe1af23
ruoyi-admin/src/main/java/com/ruoyi/web/controller/oa/DevBatchController.java
@@ -80,7 +80,7 @@
     * 获取生产批次详细信息
     */
    @ApiOperation("获取生产批次详细信息")
    @PreAuthorize("@ss.hasPermi('oa:batch:query')")
    @PreAuthorize("@ss.hasPermi('oa:batch:info')")
    @GetMapping("/{id}")
    public AjaxResult<DevBatchVo> getInfo(@ApiParam("主键")
                                                  @NotNull(message = "主键不能为空")