Commit 974f22f7 authored by Hsinli's avatar Hsinli

addddd

parent b7c9f031
Pipeline #6453 passed with stage
in 9 seconds
......@@ -576,7 +576,7 @@ class NewHouseService extends Service {
}
);
}
if (condition.area) {//面积
if (condition.area && condition.area.hasOwnProperty('min') && condition.area.hasOwnProperty('max')) {//面积
filter.queryConditions.push(
{
key: 'houseArea',
......
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