|
@@ -37,7 +37,7 @@ public class SysOrgVO {
|
|
|
|
|
|
|
|
public List<SysOrgVO> getChildren() {
|
|
public List<SysOrgVO> getChildren() {
|
|
|
if(children.size() > 0) {
|
|
if(children.size() > 0) {
|
|
|
- children.sort(Comparator.comparing(SysOrgVO::getSort).reversed());
|
|
|
|
|
|
|
+ children.sort(Comparator.comparing(SysOrgVO::getSort));
|
|
|
}
|
|
}
|
|
|
return children;
|
|
return children;
|
|
|
}
|
|
}
|