更新 体检引导增加排队号

main
鹿和sa0ChunLuyu 1 year ago
parent 04b012354c
commit 847fba4483

@ -254,6 +254,7 @@ class FenzhenController extends Controller
'sex' => $info->sex, 'sex' => $info->sex,
'combo_name' => $info->title, 'combo_name' => $info->title,
'check_date' => $info->appointment_date, 'check_date' => $info->appointment_date,
'plan_number' => $info->plan_number,
'start_time' => $res['data']['start_time'] . ':00', 'start_time' => $res['data']['start_time'] . ':00',
'end_time' => $res['data']['end_time'], 'end_time' => $res['data']['end_time'],
'yuji_end_time' => $res['data']['yuji_end_time'], 'yuji_end_time' => $res['data']['yuji_end_time'],
@ -274,6 +275,7 @@ class FenzhenController extends Controller
'sex' => $info->sex, 'sex' => $info->sex,
'combo_name' => $info->title, 'combo_name' => $info->title,
'check_date' => $info->appointment_date, 'check_date' => $info->appointment_date,
'plan_number' => $info->plan_number,
'start_time' => $info->appointment_time, 'start_time' => $info->appointment_time,
'end_time' => $end_time, 'end_time' => $end_time,
'yuji_end_time' => $end_time, 'yuji_end_time' => $end_time,

Loading…
Cancel
Save