Commit 66275ad7 authored by zhuwei's avatar zhuwei

1

parent de616d38
......@@ -602,7 +602,7 @@ class OfficeRoomService
$result = $this->m_office_room->getOfficeRoomInfo($field,['a.id'=>$id]);
if (!$result) {
return ['status'=>101,'msg'=>'此房源不存在'];
return ['status'=>101,'msg'=>'此房源不存在',''];
}
$result['price'] = $result['price'] * 0.01;
......
......@@ -331,7 +331,7 @@ class OfficeService
$field = 'a.id,a.title,a.type,a.floor_total,a.address,a.intro,a.province,a.city,a.disc,b.name as business_name';
$result = $data = $this->m_office->getBuildingInfo($field, ['a.id'=>$id]);;
if (!$result) {
return ['status'=>101,'msg'=>'此办公楼不存在'];
return ['status'=>101,'msg'=>'此办公楼不存在',''];
}
//轮播图
......
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