Commit 8a009b65 authored by 李尚科's avatar 李尚科
parents 7d98691b 05d223f7
Pipeline #9854 passed with stage
in 21 seconds
......@@ -93,7 +93,7 @@ class Export20190425 extends Controller {
let newHouseDataTypeData = [];
for (let j in newHouseType) {
newHouseDataTypeData[j] = {
id: list[i].id,
id: newHouseType[j].id,
new_house_id: newHouseType[j].newHouseId,
type: newHouseType[j].type,
image: newHouseType[j].image,
......@@ -459,7 +459,7 @@ class Export20190425 extends Controller {
ctx.failed('error');
}
const house_images = result.data.results;
if(house_images.length === 0) break;
if (house_images.length === 0) break;
for (let j in house_images) {
const house_image = house_images[j];
if (house_image.state === 0) continue;
......
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