|
@@ -467,6 +467,7 @@ class Application extends Base
|
|
'application_id' => $application['id'],
|
|
'application_id' => $application['id'],
|
|
'super_doctor_id' => $remote_doctor_id,
|
|
'super_doctor_id' => $remote_doctor_id,
|
|
'is_urgent' => $is_urgent,
|
|
'is_urgent' => $is_urgent,
|
|
|
|
+ 'status' => self::ORDER_STATUS['PAYCOMPLTET'],
|
|
'order_money' => 0,
|
|
'order_money' => 0,
|
|
'pay_type' => self::PAY_TYPE['HOSPITAL'],
|
|
'pay_type' => self::PAY_TYPE['HOSPITAL'],
|
|
'pay_way' => self::PAY_WAY['HOSPITAL'],
|
|
'pay_way' => self::PAY_WAY['HOSPITAL'],
|