修改患者首页
This commit is contained in:
parent
80ce000ef7
commit
5506bf2670
@ -335,6 +335,7 @@ class TestController extends AbstractController
|
||||
}
|
||||
|
||||
public function test_15(){
|
||||
|
||||
$a = new Data();
|
||||
$a->product();
|
||||
}
|
||||
}
|
||||
@ -594,6 +594,7 @@ class PatientDoctorService extends BaseService
|
||||
$data['doctor_title'] = empty($recommend_doctor['doctor_title']) ? "" : DoctorTitleCode::getMessage($recommend_doctor['doctor_title']);
|
||||
$data['department_custom_name'] = $recommend_doctor['department_custom_name'];
|
||||
$data['is_online'] = $recommend_doctor['is_online'];
|
||||
$data['is_img_expert_reception'] = $recommend_doctor['is_img_expert_reception'];
|
||||
$data['is_img_welfare_reception'] = $recommend_doctor['is_img_welfare_reception'];
|
||||
$data['be_good_at'] = $recommend_doctor['be_good_at'];
|
||||
$data['hospital_name'] = $recommend_doctor['Hospital']['hospital_name'] ?? "";
|
||||
|
||||
@ -24,21 +24,21 @@ if ($appEnv == 'dev') {
|
||||
],
|
||||
];
|
||||
}else{
|
||||
// $formatter = [
|
||||
// 'class' => Monolog\Formatter\JsonFormatter::class,
|
||||
// 'constructor' => [],
|
||||
// ];
|
||||
$formatter = [
|
||||
'class' => Monolog\Formatter\JsonFormatter::class,
|
||||
'constructor' => [],
|
||||
];
|
||||
|
||||
// 暂时修改为正式
|
||||
$formatter = [
|
||||
'class' => Monolog\Formatter\LineFormatter::class,
|
||||
'constructor' => [
|
||||
'format' => null,
|
||||
'dateFormat' => 'Y-m-d H:i:s',
|
||||
'allowInlineLineBreaks' => true,
|
||||
'includeStacktraces' => true,
|
||||
],
|
||||
];
|
||||
// $formatter = [
|
||||
// 'class' => Monolog\Formatter\LineFormatter::class,
|
||||
// 'constructor' => [
|
||||
// 'format' => null,
|
||||
// 'dateFormat' => 'Y-m-d H:i:s',
|
||||
// 'allowInlineLineBreaks' => true,
|
||||
// 'includeStacktraces' => true,
|
||||
// ],
|
||||
// ];
|
||||
}
|
||||
return [
|
||||
'default' => [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user