From cffbaddd37bdaeecb7472f44e664b10f7e8f6377 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Wed, 11 May 2022 09:57:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7oshi=E5=88=B0=E6=9C=80?= =?UTF-8?q?=E6=96=B0=E7=89=88=E6=9C=AC6.1.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 3 +-- .../ruoyi/project/system/service/impl/SysDeptServiceImpl.java | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 96e4bf0..5b99cd0 100644 --- a/pom.xml +++ b/pom.xml @@ -36,8 +36,7 @@ 2.3.2 3.0.0 4.1.2 - 6.1.2 - 5.10.0 + 6.1.6 2.3 10.2.0.4.0 diff --git a/src/main/java/com/ruoyi/project/system/service/impl/SysDeptServiceImpl.java b/src/main/java/com/ruoyi/project/system/service/impl/SysDeptServiceImpl.java index 2b32d45..31b291a 100644 --- a/src/main/java/com/ruoyi/project/system/service/impl/SysDeptServiceImpl.java +++ b/src/main/java/com/ruoyi/project/system/service/impl/SysDeptServiceImpl.java @@ -152,7 +152,7 @@ public class SysDeptServiceImpl implements ISysDeptService public boolean checkDeptExistUser(Long deptId) { int result = deptMapper.checkDeptExistUser(deptId); - return result > 0 ? true : false; + return result > 0; } /**