刘桂岩 4 лет назад
Родитель
Сommit
1e8368ad2e
1 измененных файлов с 0 добавлено и 2 удалено
  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_result'] = $report['report_result'] ?? null;
             $info['report_id'] = $report['id'] ?? null;
             $info['report_id'] = $report['id'] ?? null;
             $info['qr_code'] = $report['qr_code'] ?? null;
             $info['qr_code'] = $report['qr_code'] ?? null;
-            var_dump($doctor['id']);
-            var_dump($report['id']);
             $cache_key = $doctor['id'].'_'.$report['id'] ?? $r['id'];
             $cache_key = $doctor['id'].'_'.$report['id'] ?? $r['id'];
             if(Cache::get($cache_key)){
             if(Cache::get($cache_key)){
                 $cache = Cache::get($cache_key);
                 $cache = Cache::get($cache_key);