Commit 412b8e14 authored by Hsinli's avatar Hsinli

addd replace '

parent 7cc707b5
Pipeline #9976 passed with stage
in 5 seconds
......@@ -42,7 +42,7 @@ class Export20190425 extends Controller {
sale_city: list[i].residential.city,
sale_area: list[i].residential.county,
sale_address: list[i].saleAddress,
tags: list[i].tags,
tags: list[i].tags.replace(/'/g, '"'),
sale_type: list[i].saleType,
house_type: houseType[list[i].houseType],
reference_avg_price: list[i].referenceAvgPrice,
......@@ -97,7 +97,7 @@ class Export20190425 extends Controller {
new_house_id: newHouseType[j].newHouseId,
type: newHouseType[j].type,
image: newHouseType[j].image,
tags: newHouseType[j].tags,
tags: newHouseType[j].tags.replace(/'/g, '"'),
apartment: newHouseType[j].apartment,
sale_type: newHouseType[j].saleType,
area: newHouseType[j].area,
......
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