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 => {
type: TEXT,
allowNull: true
},
pre_sale_permit: {
type: STRING,
allowNull: true
},
pre_sale_permit_date: {
type: STRING,
allowNull: true
},
building_numbers: {
type: STRING,
selling_qualification: {
type: TEXT,
allowNull: true
},
order_id: {
......
......@@ -235,11 +235,7 @@ class NewHouseService extends Service {
power_supply_type: data.residential_power_suppler_type,//供电方式
near_by: nearBy,//周边规划
},
permit: {
pre_sale_permit: data.pre_sale_permit,//预售证
pre_sale_permit_date: data.pre_sale_permit_date,//发证时间
building_numbers: data.building_numbers,//绑定楼栋
}
permit: JSON.parse(data.selling_qualification)
}
}
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