From 7da5dbbbef7913840e0257558c3ba3c831f6e9a4 Mon Sep 17 00:00:00 2001 From: bf109f <1533964916@qq.com> Date: Sun, 24 Dec 2023 08:30:58 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/zh/core/data-permission.md.=20?= =?UTF-8?q?=E5=AE=9E=E4=BE=8B=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4=E8=AF=AD?= =?UTF-8?q?=E8=A8=80=E6=A0=87=E8=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/zh/core/data-permission.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh/core/data-permission.md b/docs/zh/core/data-permission.md index 4056de2c..52c61d2f 100644 --- a/docs/zh/core/data-permission.md +++ b/docs/zh/core/data-permission.md @@ -119,7 +119,7 @@ public class AuthDialectImpl extends CommonsDialectImpl { 对`QueryWrapper`的表做筛选可参考 **方式1** 在项目启动时通过 `DialectFactory` 注册 `AuthDialectImpl`,以spring boot项目为例: -``` +```java @Configuration public class MybatisFlexConfig implements MyBatisFlexCustomizer {