人口基本信息- 增加了按照户籍人口.常住人口.流动人口的查询, 增加了标签大类查询
This commit is contained in:
parent
9c5ea47f1c
commit
9db616cf5e
@ -33,11 +33,11 @@ public class AreaUtils {
|
|||||||
public void init() {
|
public void init() {
|
||||||
new Thread(() -> {
|
new Thread(() -> {
|
||||||
PopulationInfoStaticService = PopulationInfoService;
|
PopulationInfoStaticService = PopulationInfoService;
|
||||||
/*initArea0();
|
initArea0();
|
||||||
initArea1();
|
initArea1();
|
||||||
initArea2();
|
initArea2();
|
||||||
initArea3();
|
initArea3();
|
||||||
initArea4();*/
|
initArea4();
|
||||||
aree.put(0, area0);
|
aree.put(0, area0);
|
||||||
aree.put(1, area1);
|
aree.put(1, area1);
|
||||||
aree.put(2, area2);
|
aree.put(2, area2);
|
||||||
|
Loading…
Reference in New Issue
Block a user