|
@@ -509,9 +509,10 @@ class Writereport extends Base
|
|
|
}else{
|
|
|
Message::read($doctor['id'],$report_info['remote_application_id'],4);
|
|
|
//远程
|
|
|
+
|
|
|
+ $this->confirmReport($report_info['remote_application_id']);
|
|
|
Log::record('xxxxxxxxx');
|
|
|
die;
|
|
|
- $this->confirmReport($report_info['remote_application_id']);
|
|
|
// DB::table('remote_application')->where('id',$report_info['remote_application_id'])->update(['report_status'=>'9']);
|
|
|
// 添加messages消息
|
|
|
$t = '您的报告已确认';
|