whywhyo
2023-09-17 25e4944ae9f9470cb7a4f51fccaac7c1b8e1bbee
ruoyi-admin/src/main/java/com/ruoyi/web/controller/zhang/ZDictController.java
@@ -35,7 +35,7 @@
        return zDictService.listAllDict();
    }
    @GetMapping
    @GetMapping("/byId")
    public AjaxResult getDictById(@PathParam("id")Integer id){
        ZDict result = zDictService.getById(id);
        return AjaxResult.success(result);