|
|
@@ -2115,9 +2115,9 @@ class Facility extends Api
|
|
|
$value['gxh'] = '0'.$value['gxh'];
|
|
|
}
|
|
|
if (empty($value['add_gxmc'])){
|
|
|
- $list[$key]['name'] = $value['gxh'].'->'.$value['gxmc'];
|
|
|
+ $list[$key]['name'] = $value['gxh'].'-'.$value['gxmc'];
|
|
|
}else{
|
|
|
- $list[$key]['name'] = $value['gxh'].'->'.$value['gxmc'].'【'.$value['add_gxmc'].'】';
|
|
|
+ $list[$key]['name'] = $value['gxh'].'-'.$value['gxmc'].'【'.$value['add_gxmc'].'】';
|
|
|
}
|
|
|
unset($list[$key]['gxmc'],$list[$key]['add_gxmc']);
|
|
|
}
|