宜都城投资产数据同步插件 处理坐落位置取值问题
This commit is contained in:
@@ -90,7 +90,7 @@ public abstract class AbstractAssetDataMapMode extends AbstractDataMapMode{
|
|||||||
targetMap.put("数公基19位编码",sourceMap.get("sgjbm"));//填充数公基19位编码
|
targetMap.put("数公基19位编码",sourceMap.get("sgjbm"));//填充数公基19位编码
|
||||||
targetMap.put("账面价值",sourceMap.get("paper_value"));//填充账面价值
|
targetMap.put("账面价值",sourceMap.get("paper_value"));//填充账面价值
|
||||||
targetMap.put("租赁基准价格",sourceMap.get("rent_benchmark"));//填充租赁基准价格
|
targetMap.put("租赁基准价格",sourceMap.get("rent_benchmark"));//填充租赁基准价格
|
||||||
targetMap.put("坐落位置",sourceMap.get("located_street"));//填充坐落位置
|
targetMap.put("所属小区",sourceMap.get("located_street"));//填充所属小区
|
||||||
// targetMap.put("field0061",sourceMap.get(""));//填充管理单位编号
|
// targetMap.put("field0061",sourceMap.get(""));//填充管理单位编号
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -114,7 +114,6 @@ public class BzfAssetMode extends AbstractAssetDataMapMode{
|
|||||||
villageInsertInfo.put("用途",sourceMap.get("xqzz") +"");//用途
|
villageInsertInfo.put("用途",sourceMap.get("xqzz") +"");//用途
|
||||||
villageInsertInfo.put("租售类型",sourceMap.get("xqrental_type") +"");//租售类型
|
villageInsertInfo.put("租售类型",sourceMap.get("xqrental_type") +"");//租售类型
|
||||||
villageInsertInfo.put("房屋体系",sourceMap.get("xqhs") +"");//房屋体系
|
villageInsertInfo.put("房屋体系",sourceMap.get("xqhs") +"");//房屋体系
|
||||||
villageInsertInfo.put("坐落位置",sourceMap.get("located_street") + "");//坐落位置
|
|
||||||
villageInsertInfo.put("土地性质",sourceMap.get("land_nature") +"");//土地性质
|
villageInsertInfo.put("土地性质",sourceMap.get("land_nature") +"");//土地性质
|
||||||
villageInsertInfo.put("是否产权抵押",sourceMap.get("assetBacked") +""); //是否产权抵押
|
villageInsertInfo.put("是否产权抵押",sourceMap.get("assetBacked") +""); //是否产权抵押
|
||||||
formExport.setValues(FormExportUtil.setFormValue(villageInsertInfo));
|
formExport.setValues(FormExportUtil.setFormValue(villageInsertInfo));
|
||||||
@@ -164,7 +163,6 @@ public class BzfAssetMode extends AbstractAssetDataMapMode{
|
|||||||
targetMap.put("房屋体系",sourceMap.get("house_system"));//填充房屋体系
|
targetMap.put("房屋体系",sourceMap.get("house_system"));//填充房屋体系
|
||||||
targetMap.put("租售类型",sourceMap.get("rental_type"));//填充租售类型
|
targetMap.put("租售类型",sourceMap.get("rental_type"));//填充租售类型
|
||||||
targetMap.put("筹集方式",sourceMap.get("raise_way"));//填充筹集方式
|
targetMap.put("筹集方式",sourceMap.get("raise_way"));//填充筹集方式
|
||||||
targetMap.put("所属小区",sourceMap.get("village_name"));//填充所属小区
|
|
||||||
targetMap.put("土地性质",sourceMap.get("land_nature"));//填充土地性质
|
targetMap.put("土地性质",sourceMap.get("land_nature"));//填充土地性质
|
||||||
|
|
||||||
targetMap.put("房号",sourceMap.get("room_number"));//填充房号
|
targetMap.put("房号",sourceMap.get("room_number"));//填充房号
|
||||||
|
|||||||
Reference in New Issue
Block a user