|
@@ -185,6 +185,13 @@ public class LandService extends BaseService<Land,Long> {
|
|
|
return townStatList;
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * 土壤信息统计
|
|
|
+ * @param districtCode 县code
|
|
|
+ * @param city 城市code
|
|
|
+ * @param type 统计类型 ph, toc, c, _2n, p, k
|
|
|
+ * @return
|
|
|
+ */
|
|
|
public List<TownStatSoil> getStatSoil(String districtCode, String city, String type){
|
|
|
List<Object[]> res = null;
|
|
|
Map<Integer,String> namesMap = null;
|