mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 00:58:24 +08:00
doc: 修改单词拼写错误
This commit is contained in:
parent
8f470ded0f
commit
a942247d07
@ -24,7 +24,7 @@ public class MyPermissionDialect extends CommonsDialectImpl {
|
|||||||
//获取当前用户信息,为 queryWrapper 添加额外的条件
|
//获取当前用户信息,为 queryWrapper 添加额外的条件
|
||||||
queryWrapper.and("...");
|
queryWrapper.and("...");
|
||||||
|
|
||||||
return supper.buildSelectSql(queryWrapper);
|
return super.buildSelectSql(queryWrapper);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user