src/main/java/com/ruoyi/project/system/service/impl/SysDeptServiceImpl.java
@@ -152,7 +152,7 @@ public boolean checkDeptExistUser(Long deptId) { int result = deptMapper.checkDeptExistUser(deptId); return result > 0 ? true : false; return result > 0; } /**