|
@@ -187,8 +187,8 @@ public class XzczghcgsbServiceImpl implements XzczghcgsbService {
|
|
@Override
|
|
@Override
|
|
public List<TreeAnalyse> getStatistics() {
|
|
public List<TreeAnalyse> getStatistics() {
|
|
int current = 1;
|
|
int current = 1;
|
|
- List<LandMyAttend.RecordsDTO> list = getAllLandMyAttendsData(2, current, 200, "1506");
|
|
|
|
-// List<LandMyAttend.RecordsDTO> list = new ArrayList<>();
|
|
|
|
|
|
+// List<LandMyAttend.RecordsDTO> list = getAllLandMyAttendsData(2, current, 200, "1506");
|
|
|
|
+ List<LandMyAttend.RecordsDTO> list = new ArrayList<>();
|
|
// 根据divisionCode的前9位进行divisionCode分组数量
|
|
// 根据divisionCode的前9位进行divisionCode分组数量
|
|
Map<String, List<String>> townCountMap = new HashMap<>();
|
|
Map<String, List<String>> townCountMap = new HashMap<>();
|
|
// 根据divisionCode的前9位进行divisionCode分组节点类别
|
|
// 根据divisionCode的前9位进行divisionCode分组节点类别
|