|
@@ -963,11 +963,6 @@ class Application extends Base
|
|
|
return json_encode(['status'=>'fail','code'=>'0321','msg'=>'只能接收申请中的单子']);
|
|
|
}
|
|
|
DB::table('remote_application')->where('id',$id)->update(['report_status'=>6]);
|
|
|
- $application = DB::table('remote_application')->where('exam_id',$id)->find();
|
|
|
- $tel = '18910184804';
|
|
|
- $type = '接收申请';
|
|
|
- $content = $application['id'];
|
|
|
-// send_message::sendSms2Self($tel,$type,$content);
|
|
|
// 添加messages消息
|
|
|
$t = '您的远程诊断申请被接收';
|
|
|
$institution = DB::table('institution')->where('id',$doctor['institution_id'])->field('name')->find();
|