|
@@ -244,7 +244,7 @@ class Application extends Base
|
|
//保存 申请
|
|
//保存 申请
|
|
DB::table('exams')->where('id',$param['id'])->update(['exam_status'=>4,'updatedAt'=>date('Y-m-d H:i:s',time())]);
|
|
DB::table('exams')->where('id',$param['id'])->update(['exam_status'=>4,'updatedAt'=>date('Y-m-d H:i:s',time())]);
|
|
// if(isset($param['remote_doctor_id']) && $param['remote_doctor_id'] == 'c44663d6d3c0b535'){
|
|
// if(isset($param['remote_doctor_id']) && $param['remote_doctor_id'] == 'c44663d6d3c0b535'){
|
|
- $dinfo = DB::table('doctors')->where('id',$param['remote_doctor_id'])->find();
|
|
|
|
|
|
+ $dinfo = DB::table('doctors')->where('id',$application_info['remote_doctor_id'])->find();
|
|
$d_phone = $dinfo['phone'];
|
|
$d_phone = $dinfo['phone'];
|
|
$d_name = '';
|
|
$d_name = '';
|
|
$d_phone = '18366391911';
|
|
$d_phone = '18366391911';
|