Commit 12eecd9b authored by 李尚科's avatar 李尚科

house v2 fix

parent 50afec94
Pipeline #9844 passed with stage
in 8 seconds
......@@ -47,7 +47,7 @@ class RentalHouseService extends Service {
where.option_district_code = area_code.district_code;
}
if (area_code.bizcircle_code && area_code.bizcircle_code !== '') {
where.option_bizcircle_code = area_code.bizcircle_code;
where.option_bizicircle_code = area_code.bizcircle_code;
}
}
if (house_type) {
......
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