|
@@ -323,7 +323,7 @@ class Writereport extends Base
|
|
|
$tel = '18910184804';
|
|
|
$type = '保存报告';
|
|
|
$content = $application['id'];
|
|
|
- send_message::sendSms2Self($tel,$type,$content);
|
|
|
+ // send_message::sendSms2Self($tel,$type,$content);
|
|
|
}
|
|
|
$url = 'http://wechat.pacsonline.cn/wx_patient/api/unifyGetWxQrcode?reportId='.$rid;
|
|
|
$info = $this->curl_get($url);
|
|
@@ -632,7 +632,7 @@ class Writereport extends Base
|
|
|
$tel = '18910184804';
|
|
|
$type = '完成并审核报告';
|
|
|
$content =$application['id'];
|
|
|
- send_message::sendSms2Self($tel,$type,$content);
|
|
|
+ // send_message::sendSms2Self($tel,$type,$content);
|
|
|
}
|
|
|
// 添加messages消息
|
|
|
if(isset($_REQUEST['is_remote']) && $_REQUEST['is_remote'] == 1){
|
|
@@ -1143,7 +1143,7 @@ class Writereport extends Base
|
|
|
$tel = '18910184804';
|
|
|
$type = '保存报告';
|
|
|
$content = $application['id'];
|
|
|
- send_message::sendSms2Self($tel,$type,$content);
|
|
|
+ // send_message::sendSms2Self($tel,$type,$content);
|
|
|
}
|
|
|
if($is_remote == 1){
|
|
|
DB::table('remote_application')->where('exam_id',$param['id'])->update(['report_status'=>7]);
|