mirror of
https://github.com/yangzongzhuan/RuoYi-Cloud.git
synced 2025-06-07 14:39:03 +00:00
commit
97500fbccb
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user