|
@@ -518,7 +518,6 @@ class Writereport extends Base
|
|
|
//本地报告确认
|
|
|
DB::table('exams')->where('id',$id)->update(['exam_status'=>'9']);
|
|
|
$sms = DB::table('institution')->where('id',$doctor['institution_id'])->value('patient_sms');
|
|
|
- var_dump($sms);die;
|
|
|
if($sms == 1){
|
|
|
$examData = DB::table('exams')->where('id',$id)->field('phone,study_id')->find();
|
|
|
$phone = $examData['phone'];
|