【8.1.1】【db】调整插件顺序

pull/60/head
fengshuonan 2024-02-29 10:57:12 +08:00
parent 2a11fc0574
commit 08b3195e3c
1 changed files with 3 additions and 3 deletions

View File

@ -79,12 +79,12 @@ public class ProjectMyBatisPlusAutoConfiguration {
// 使用多租户插件
interceptor.addInnerInterceptor(tenantLineInnerInterceptor(tenantTableProperties));
// 使用分页插插件
interceptor.addInnerInterceptor(paginationInterceptor());
// 使用数据权限插件
interceptor.addInnerInterceptor(dataPermissionInterceptor());
// 使用分页插插件
interceptor.addInnerInterceptor(paginationInterceptor());
// 使用乐观锁插件
interceptor.addInnerInterceptor(optimisticLockerInnerInterceptor());