微服务项目打包jar包统一位置存放
This commit is contained in:
parent
f7645a848f
commit
54bb6bbb16
|
|
@ -119,7 +119,7 @@ public class DataScopeAspect
|
|||
else
|
||||
{
|
||||
// 数据权限为仅本人且没有userAlias别名不查询任何数据
|
||||
sqlString.append(StringUtils.format(" OR {}.dept_id is null ",deptAlias));
|
||||
sqlString.append(" OR 1=0 ");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue