From 3012bf0a31553cad24ac8a7d55ba36b68b0ff986 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90li?= <15040126243@163.com> Date: Fri, 2 Apr 2021 14:22:27 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E5=A2=9E=E5=8A=A0=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=9D=83=E9=99=90=E6=B3=A8=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b6edfb23..8bb392e6 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,10 @@ * 直接在mysql表中 添加 parentId orderNum 等字段(根据需要参考 TreeEntity类) * 代码生成选择树表生成即可 +关于数据权限 +* @DataScope 注解代码生成仅支持在 Controller list 方法使用 +* 其余方法如要使用 需参考 list 方法实现在 LambdaQueryWrapper 注入数据权限生成的 SQL 语句 + ## 修改RuoYi功能 * ORM框架 使用 Mybatis-Plus 简化CRUD (目前支持单表生成与树表 不支持主子表)