Commit fdf73fd2 authored by zhuwei's avatar zhuwei

1

parent 7b1557e0
......@@ -434,7 +434,7 @@ class OfficeService
$where['building_id'] = $id;
$where['status'] = 1;
$res = $m_office_room->getRoom($field, $where);
$reference_average_price = isset($res[0]["num"]) ? $res[0]["num"] * 0.01 : 0;
$reference_average_price = isset($res[0]["num"]) ? $res[0]["num"] : 0;
return $reference_average_price;
}
......
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