Pre Merge pull request !162 from state/master

pull/162/MERGE
state 2024-09-27 08:25:08 +00:00 committed by Gitee
commit 8471546e3a
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)
{
return getChildList(list, t).size() > 0 ? true : false;
return getChildList(list, t).size() > 0;
}
}