个人中心手机端显示问题优化

This commit is contained in:
RuoYi
2019-08-03 18:23:41 +08:00
parent 713ccf26e2
commit e944409f5e
3 changed files with 9 additions and 3 deletions

View File

@ -120,7 +120,7 @@ public class DataScopeAspect
{
sqlString.append(StringUtils.format(
" OR {}.dept_id IN ( SELECT dept_id FROM sys_dept WHERE dept_id = {} or find_in_set( {} , ancestors ) )",
deptAlias, user.getDeptId(), user.getDeptId()));
deptAlias, user.getDeptId(), user.getDeptId()));
}
else if (DATA_SCOPE_SELF.equals(dataScope))
{