刘桂岩 3 năm trước cách đây
mục cha
commit
c0d7ec0409
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  1. 0 5
      application/inter/controller/Application.php

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

@@ -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();