Commit cd2ad586 authored by zhuwei's avatar zhuwei

1

parent 2c66a3d8
......@@ -328,7 +328,7 @@ class OfficeService
* @return array
*/
public function getBuildingInfo($id){
$field = 'id,title,type,floor_total,address,intro';
$field = 'id,title,type,floor_total,address,intro,province,city,disc';
$result = $data = $this->m_office->getFindData($field, ['id'=>$id]);;
if (!$result) {
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