Commit 52bdeec9 authored by hujun's avatar hujun

/100

parent a2693cdb
......@@ -828,6 +828,7 @@ class OfficeRoomService
foreach ($room_data as $k=>$v) {
$room_data[$k]['business_name'] = $m_business->getValue(['id'=>$v['business_district_id']], 'name');
$room_data[$k]['price_total'] = $room_data[$k]['price_total']/100;
$room_data[$k]['price'] = $room_data[$k]['price']/100;
$dish_name = $this->agent_room->getAgentsByRoomColumn('b.name', ['a.house_id'=>$v['id']]);
if (empty($dish_name)) {
......
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