mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-28 12:41:55 +08:00
Pre Merge pull request !162 from state/master
This commit is contained in:
@@ -333,6 +333,6 @@ public class SysDeptServiceImpl implements ISysDeptService
|
||||
*/
|
||||
private boolean hasChild(List<SysDept> list, SysDept t)
|
||||
{
|
||||
return getChildList(list, t).size() > 0 ? true : false;
|
||||
return getChildList(list, t).size() > 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user