刘桂岩 4 vuotta sitten
vanhempi
commit
1e8368ad2e
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. 0 2
      application/inter/controller/Writereport.php

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

@@ -114,8 +114,6 @@ 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'] ?? $r['id'];
             if(Cache::get($cache_key)){
                 $cache = Cache::get($cache_key);