fix 修复数据权限编写错误
This commit is contained in:
parent
76aa006db5
commit
47e2a3e116
@ -184,7 +184,7 @@ public class DataScopeAspect
|
||||
{
|
||||
if(params instanceof BaseEntity) {
|
||||
BaseEntity baseEntity = (BaseEntity) params;
|
||||
baseEntity.getParams().put(DATA_SCOPE, "");
|
||||
baseEntity.getParams().put(DATA_SCOPE, sql);
|
||||
} else {
|
||||
try {
|
||||
Method getParams = params.getClass().getDeclaredMethod("getParams", null);
|
||||
|
Loading…
x
Reference in New Issue
Block a user