Commit 6c6fee0b authored by Hsinli's avatar Hsinli

add

parent 5dcc29dd
Pipeline #12789 passed with stage
in 21 seconds
...@@ -132,16 +132,8 @@ module.exports = app => { ...@@ -132,16 +132,8 @@ module.exports = app => {
type: TEXT, type: TEXT,
allowNull: true allowNull: true
}, },
pre_sale_permit: { selling_qualification: {
type: STRING, type: TEXT,
allowNull: true
},
pre_sale_permit_date: {
type: STRING,
allowNull: true
},
building_numbers: {
type: STRING,
allowNull: true allowNull: true
}, },
order_id: { order_id: {
......
...@@ -235,11 +235,7 @@ class NewHouseService extends Service { ...@@ -235,11 +235,7 @@ class NewHouseService extends Service {
power_supply_type: data.residential_power_suppler_type,//供电方式 power_supply_type: data.residential_power_suppler_type,//供电方式
near_by: nearBy,//周边规划 near_by: nearBy,//周边规划
}, },
permit: { permit: JSON.parse(data.selling_qualification)
pre_sale_permit: data.pre_sale_permit,//预售证
pre_sale_permit_date: data.pre_sale_permit_date,//发证时间
building_numbers: data.building_numbers,//绑定楼栋
}
} }
} }
return ret; return ret;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment