Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-operate-sys-cscec
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fulixin
dsk-operate-sys-cscec
Commits
0f6b84d0
Commit
0f6b84d0
authored
Dec 18, 2023
by
施翔轲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
获取地区树(不含区域):新增子集大小
parent
65eb3daf
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
RegionWithLevelVo.java
.../main/java/com/dsk/cscec/domain/vo/RegionWithLevelVo.java
+1
-0
DimAreaServiceImpl.java
...n/java/com/dsk/cscec/service/impl/DimAreaServiceImpl.java
+1
-0
No files found.
dsk-module/dsk-biz-api/src/main/java/com/dsk/cscec/domain/vo/RegionWithLevelVo.java
View file @
0f6b84d0
...
@@ -13,4 +13,5 @@ public class RegionWithLevelVo {
...
@@ -13,4 +13,5 @@ public class RegionWithLevelVo {
String
level
;
String
level
;
String
value
;
String
value
;
List
<
RegionWithLevelVo
>
children
;
List
<
RegionWithLevelVo
>
children
;
Integer
childrenLength
;
}
}
dsk-module/dsk-biz-api/src/main/java/com/dsk/cscec/service/impl/DimAreaServiceImpl.java
View file @
0f6b84d0
...
@@ -112,6 +112,7 @@ public class DimAreaServiceImpl extends ServiceImpl<DimAreaMapper, DimArea> impl
...
@@ -112,6 +112,7 @@ public class DimAreaServiceImpl extends ServiceImpl<DimAreaMapper, DimArea> impl
}
}
}
}
provinceVo
.
setChildren
(
cityVos
);
provinceVo
.
setChildren
(
cityVos
);
provinceVo
.
setChildrenLength
(
provinceVo
.
getChildren
().
size
());
vos
.
add
(
provinceVo
);
vos
.
add
(
provinceVo
);
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment