|
@@ -145,7 +145,7 @@ class Application extends Base
|
|
|
$remote_order = DB::table('remote_order')
|
|
|
->where('application_id', $application['id'])
|
|
|
->where('status', 'neq', self::ORDER_STATUS['CANCEL'])
|
|
|
- ->field('id')
|
|
|
+ ->field('id, status, exam_class, super_hospital_id, super_doctor_id')
|
|
|
->find();
|
|
|
if($remote_order) {
|
|
|
$info['remote_order'] = $remote_order;
|