刘桂岩 3 years ago
parent
commit
a623ba05b9
1 changed files with 2 additions and 0 deletions
  1. 2 0
      application/inter/controller/Writereport.php

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

@@ -114,6 +114,8 @@ class Writereport extends Base
             $info['report_result'] = $report['report_result'] ?? null;
             $info['report_id'] = $report['id'] ?? null;
             $info['qr_code'] = $report['qr_code'] ?? null;
+            var_dump($doctor['id']);
+            var_dump($report['id']);
             $cache_key = $doctor['id'].'_'.$report['id'] ?? null;
             if(Cache::get($cache_key)){
                 $cache = Cache::get($cache_key);