mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
update 优化数据权限sql 解决MP apply注入附带 AND 语法问题
This commit is contained in:
@ -145,7 +145,7 @@ public class DataScopeAspect
|
||||
|
||||
if (StrUtil.isNotBlank(sqlString.toString()))
|
||||
{
|
||||
putDataScope(joinPoint, " AND (" + sqlString.substring(4) + ")");
|
||||
putDataScope(joinPoint, sqlString.substring(4));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user