修复部门树显示异常
This commit is contained in:
@@ -71,7 +71,7 @@ public class DeptServiceImpl implements DeptService {
|
|||||||
// String dataScopeType = SecurityUtils.getDataScopeType();
|
// String dataScopeType = SecurityUtils.getDataScopeType();
|
||||||
if (isQuery) {
|
if (isQuery) {
|
||||||
// if (dataScopeType.equals(DataScopeEnum.ALL.getValue())) {
|
// if (dataScopeType.equals(DataScopeEnum.ALL.getValue())) {
|
||||||
// criteria.setPidIsNull(true);
|
criteria.setPidIsNull(true);
|
||||||
// }
|
// }
|
||||||
List<Field> fields = QueryHelp.getAllFields(criteria.getClass(), new ArrayList<>());
|
List<Field> fields = QueryHelp.getAllFields(criteria.getClass(), new ArrayList<>());
|
||||||
List<String> fieldNames = new ArrayList<String>() {{
|
List<String> fieldNames = new ArrayList<String>() {{
|
||||||
|
|||||||
Reference in New Issue
Block a user