3
This commit is contained in:
parent
af741e78b4
commit
1882a0f3da
@ -3072,6 +3072,11 @@ class PatientOrderService extends BaseService
|
||||
unset($hospital);
|
||||
unset($user_doctor);
|
||||
}
|
||||
|
||||
if (in_array($item['order_service_status'],[3,4,5])){
|
||||
$item['start_time'] = date('Y-m-d H:i',strtotime($item['start_time']));
|
||||
$item['finish_time'] = date('Y-m-d H:i',strtotime($item['finish_time']));
|
||||
}
|
||||
}
|
||||
|
||||
return success($order_service_package);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user