Commit b7c9f031 authored by Hsinli's avatar Hsinli

addd

parent d94ed3b1
Pipeline #6452 passed with stage
in 4 seconds
...@@ -561,6 +561,7 @@ class NewHouseService extends Service { ...@@ -561,6 +561,7 @@ class NewHouseService extends Service {
} }
); );
} }
//里面的min和max也需要判断
if (condition.total_price && condition.total_price.hasOwnProperty('min') && condition.total_price.hasOwnProperty('max')) {//总价 if (condition.total_price && condition.total_price.hasOwnProperty('min') && condition.total_price.hasOwnProperty('max')) {//总价
filter.queryConditions.push( filter.queryConditions.push(
{ {
......
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