bug修改
This commit is contained in:
@@ -321,7 +321,7 @@ public class DeptServiceImpl extends ServiceImpl<DeptMapper, Dept> implements ID
|
||||
if (deptVo.getType() == 0) {
|
||||
deptVo.setName(deptVo.getAreaName());
|
||||
}
|
||||
}).collect(Collectors.toList());
|
||||
}).sorted(Comparator.comparing(DeptTreeVO::getSort)).collect(Collectors.toList());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user