唐耀东
2022-05-12 d44b855ffdda21a5abf8e00bc3381310882f9375
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 = "主键不能为空")