Commit 92d0cc20 authored by Hsinli's avatar Hsinli

fix area

parent b8e18a15
Pipeline #6505 passed with stage
in 9 seconds
......@@ -140,7 +140,6 @@ class NewHouseService extends Service {
}
}
let area = typeArea.min === typeArea.max ? typeArea.min : typeArea.min + '-' + typeArea.max;
ctx.logger.info(area);
ret.basic = {
id: data.id,
name: data.name,//标题
......@@ -155,7 +154,7 @@ class NewHouseService extends Service {
ret.info = {
open_date: data.openDate,//开盘时间
due_date: data.dueDate,//交房时间
house_area: data.houseArea,//建筑面积
house_area: area,//建筑面积
decoration: decorationType[data.decorationType] || '',//装修情况,1 毛坯,2简装,3精装
green_ratio: data.greenRatio,//绿化
area_ratio: data.areaRatio,//容积
......
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