fuyu 5 years ago
parent
commit
3497031c6f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/inter/controller/Application.php

+ 1 - 0
application/inter/controller/Application.php

@@ -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'],