Commit bf3b91b2 authored by hujun's avatar hujun

''

parent 692f28b4
...@@ -878,6 +878,9 @@ class OfficeRoomService ...@@ -878,6 +878,9 @@ class OfficeRoomService
if ($res) { if ($res) {
$exclusive_info['name'] = $res[0]['name']; $exclusive_info['name'] = $res[0]['name'];
$exclusive_info['phone'] = $res[0]['phone']; $exclusive_info['phone'] = $res[0]['phone'];
} else {
$exclusive_info['name'] = '';
$exclusive_info['phone'] = '';
} }
return $exclusive_info ? $exclusive_info : null; return $exclusive_info ? $exclusive_info : null;
} }
......
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