Pre Merge pull request !162 from state/master

pull/162/MERGE
state 12 months ago committed by Gitee
commit 8471546e3a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -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;
}
}

Loading…
Cancel
Save