Commit 4251286d authored by hujun's avatar hujun

商铺列表价格*100

parent 833444d6
......@@ -276,7 +276,7 @@ class Houses extends Basic
if (!empty($this->params['price_start']) && !empty($this->params['price_end'])) {
$where['rent_type'] = 1;
$where['rent_price'] = [ 'between', [$this->params['price_start'], $this->params['price_end']] ];
$where['rent_price'] = [ 'between', [$this->params['price_start'] * 100, $this->params['price_end'] * 100] ];
}
/*对内楼盘名*/
......
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