feat:编码规范性修改

kingbase
wangxy 11 months ago
parent 2ca945c225
commit 1295e88b5c

@ -258,7 +258,7 @@ public class SysDeptServiceImpl implements ISysDeptService
{
child.setAncestors(child.getAncestors().replaceFirst(oldAncestors, newAncestors));
}
if (children.size() > 0)
if (!children.isEmpty())
{
deptMapper.updateDeptChildren(children);
}

Loading…
Cancel
Save