mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2025-09-29 06:53:10 +00:00
@@ -152,7 +152,7 @@ public class SysDeptServiceImpl implements ISysDeptService
|
|||||||
public boolean checkDeptExistUser(Long deptId)
|
public boolean checkDeptExistUser(Long deptId)
|
||||||
{
|
{
|
||||||
int result = deptMapper.checkDeptExistUser(deptId);
|
int result = deptMapper.checkDeptExistUser(deptId);
|
||||||
return result > 0 ? true : false;
|
return result > 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user