|
@@ -577,7 +577,7 @@ public class FzssServiceImpl implements IFzssService {
|
|
|
dkMap.put("geom", selectionRes.getGeom());
|
|
|
dkMap.put("id", selectionRes.getBsm());
|
|
|
dkMap.put("area", NumberUtil.double2TwoDecimal(UnitsUtil.m2ToMu(selectionRes.getArea())));// 面积
|
|
|
- dkMap.put("landId", selectionRes.getDkid());
|
|
|
+ dkMap.put("landIds", rawItemIdList);
|
|
|
|
|
|
dkMaps.add(dkMap);
|
|
|
}
|