Commit 688dde56 authored by hujun's avatar hujun

增加字段

parent 979b3fd4
......@@ -160,7 +160,7 @@ class OfficeService
// $data['business_name'] = "";
// }
$field_stations = 'a.id,b.line_name,name,distance,b.id as stations_id,b.latitude,b.longitude';
$field_stations = 'a.id,b.line_name,b.line_name_simple,name,distance,b.id as stations_id,b.latitude,b.longitude';
$data['building_stations'] = $this->m_building_stations->getListAll($field_stations, ['a.building_id'=>$id]);
}
......
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