Commit 56d573b7 authored by Hsinli's avatar Hsinli

addd

parent 2a0ba4db
Pipeline #9203 passed with stage
in 9 seconds
...@@ -257,7 +257,7 @@ class Export20190425 extends Controller { ...@@ -257,7 +257,7 @@ class Export20190425 extends Controller {
const { ctx } = this; const { ctx } = this;
let data = { let data = {
pageIndex: 1, pageIndex: 1,
pageSize: 99999, pageSize: 601,
orderConditions: [{ orderConditions: [{
key: 'id', key: 'id',
orderSequence: 'asc', orderSequence: 'asc',
...@@ -270,6 +270,7 @@ class Export20190425 extends Controller { ...@@ -270,6 +270,7 @@ class Export20190425 extends Controller {
let res = retList.data; let res = retList.data;
let ret = { let ret = {
org_count: res.rowCount, org_count: res.rowCount,
org_length: res.results.length,
id: [], id: [],
}; };
if (res.rowCount > 0) { if (res.rowCount > 0) {
......
...@@ -189,8 +189,8 @@ class NewHouseService extends Service { ...@@ -189,8 +189,8 @@ class NewHouseService extends Service {
due_date: ['0000-00-00 00:00:00', ''].includes(data.due_date) ? '--' : data.due_date,//交房时间 due_date: ['0000-00-00 00:00:00', ''].includes(data.due_date) ? '--' : data.due_date,//交房时间
house_area: area,//建筑面积 house_area: area,//建筑面积
decoration: decorationType[data.decoration_type] || '',//装修情况,1 毛坯,2简装,3精装 decoration: decorationType[data.decoration_type] || '',//装修情况,1 毛坯,2简装,3精装
green_ratio: Number(data.green_ratio),//绿化 green_ratio: Number(data.residential_green_ratio),//绿化
area_ratio: Number(data.area_ratio),//容积 area_ratio: Number(data.residential_area_ratio),//容积
address: data.address,//地址 address: data.address,//地址
longitude: longitude,//经度 longitude: longitude,//经度
latitude: latitude,//纬度 latitude: latitude,//纬度
......
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