微服务项目打包jar包统一位置存放

This commit is contained in:
lingdu 2021-10-20 09:00:00 +08:00
parent f7645a848f
commit 54bb6bbb16
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ public class DataScopeAspect
else
{
// 数据权限为仅本人且没有userAlias别名不查询任何数据
sqlString.append(StringUtils.format(" OR {}.dept_id is null ",deptAlias));
sqlString.append(" OR 1=0 ");
}
}
}