|
@@ -178,6 +178,8 @@ public class TdgyServiceImp implements TdgyService {
|
|
Map<String, Object> map = new HashMap<>();
|
|
Map<String, Object> map = new HashMap<>();
|
|
map.put("list", mapList);
|
|
map.put("list", mapList);
|
|
map.put("count", count);
|
|
map.put("count", count);
|
|
|
|
+ // TODO 总面积
|
|
|
|
+ map.put("area", 100);
|
|
return RequestResult.success(map);
|
|
return RequestResult.success(map);
|
|
}
|
|
}
|
|
|
|
|