Commit 3a283885 authored by 李尚科's avatar 李尚科

house v2 fix

parent 16b90cda
Pipeline #9349 passed with stage
in 16 seconds
......@@ -39,6 +39,7 @@ class HouseAnalysisController extends Controller {
id: new_house.id,
name: new_house.name,
image: new_house.image,
corner: new_house.corner,
can_gjj_loan: new_house.corner ? 1 : 0,
});
}
......
......@@ -452,6 +452,7 @@ class NewHouseService extends Service {
name: new_house.name,
image: new_house.image,
corner: new_house.corner,
can_gjj_loan: new_house.corner ? 1 : 0,
});
}
......
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