Commit 7b1557e0 authored by zhuwei's avatar zhuwei

1

parent c453dd4a
......@@ -702,7 +702,7 @@ class OfficeRoomService
//参考均价
public function referenceAveragePrice($id){
$field = 'AVG(price) as num';
$field = 'MIN(price) as num';
$where['building_id'] = $id;
$where['status'] = 1;
$res = $this->m_office_room->getRoom($field, $where);
......
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