From 994803009ddfc1fbeeb3a6d0904254baa29d1a09 Mon Sep 17 00:00:00 2001 From: lyd <1419499670@qq.com> Date: Fri, 30 Sep 2022 17:20:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=83=A8=E9=97=A8=E6=A0=91?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../org/nl/modules/system/service/impl/DeptServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nladmin-system/src/main/java/org/nl/modules/system/service/impl/DeptServiceImpl.java b/nladmin-system/src/main/java/org/nl/modules/system/service/impl/DeptServiceImpl.java index b4fd7b8b1..553f9e557 100644 --- a/nladmin-system/src/main/java/org/nl/modules/system/service/impl/DeptServiceImpl.java +++ b/nladmin-system/src/main/java/org/nl/modules/system/service/impl/DeptServiceImpl.java @@ -71,7 +71,7 @@ public class DeptServiceImpl implements DeptService { // String dataScopeType = SecurityUtils.getDataScopeType(); if (isQuery) { // if (dataScopeType.equals(DataScopeEnum.ALL.getValue())) { -// criteria.setPidIsNull(true); + criteria.setPidIsNull(true); // } List fields = QueryHelp.getAllFields(criteria.getClass(), new ArrayList<>()); List fieldNames = new ArrayList() {{