Pre Merge pull request !162 from srccloud/master

This commit is contained in:
srccloud 2024-01-11 07:47:51 +00:00 committed by Gitee
commit cf513cd4cc
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -333,6 +333,6 @@ public class SysDeptServiceImpl implements ISysDeptService
*/ */
private boolean hasChild(List<SysDept> list, SysDept t) private boolean hasChild(List<SysDept> list, SysDept t)
{ {
return getChildList(list, t).size() > 0 ? true : false; return getChildList(list, t).size() > 0;
} }
} }