|
@@ -188,6 +188,7 @@ public class XzczghcgsbServiceImpl implements XzczghcgsbService {
|
|
|
public List<TreeAnalyse> getStatistics() {
|
|
|
int current = 1;
|
|
|
List<LandMyAttend.RecordsDTO> list = getAllLandMyAttendsData(2, current, 200, "1506");
|
|
|
+// List<LandMyAttend.RecordsDTO> list = new ArrayList<>();
|
|
|
// 根据divisionCode的前9位进行divisionCode分组数量
|
|
|
Map<String, List<String>> townCountMap = new HashMap<>();
|
|
|
// 根据divisionCode的前9位进行divisionCode分组节点类别
|
|
@@ -389,7 +390,7 @@ public class XzczghcgsbServiceImpl implements XzczghcgsbService {
|
|
|
// 正式环境
|
|
|
JSONObject jsonObject = sbSearchService.getLandMyAttendsData(planType, current, size, divisionCode, "");
|
|
|
// 测试数据
|
|
|
- // JSONObject jsonObject = sbSearchService.landMyAttendsData(planType, current, size, divisionCode);
|
|
|
+// JSONObject jsonObject = sbSearchService.landMyAttendsData(planType, current, size, divisionCode);
|
|
|
List<LandMyAttend.RecordsDTO> list = new ArrayList<>();
|
|
|
if (jsonObject.containsKey("success") && jsonObject.getBoolean("success")) {
|
|
|
LandMyAttend landMyAttend = jsonObject.getObject("data", LandMyAttend.class);
|