fuyu 5 years ago
parent
commit
2e2f12c8c3
1 changed files with 2 additions and 1 deletions
  1. 2 1
      application/inter/controller/Writereport.php

+ 2 - 1
application/inter/controller/Writereport.php

@@ -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 = '您的报告已确认';