Commit 0f6b84d0 authored by 施翔轲's avatar 施翔轲

获取地区树(不含区域):新增子集大小

parent 65eb3daf
......@@ -13,4 +13,5 @@ public class RegionWithLevelVo {
String level;
String value;
List<RegionWithLevelVo> children;
Integer childrenLength;
}
......@@ -112,6 +112,7 @@ public class DimAreaServiceImpl extends ServiceImpl<DimAreaMapper, DimArea> impl
}
}
provinceVo.setChildren(cityVos);
provinceVo.setChildrenLength(provinceVo.getChildren().size());
vos.add(provinceVo);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment