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

pull/110/head
lingdu 4 years ago
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…
Cancel
Save