fuyu 6 年之前
父节点
当前提交
d650941348
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      application/inter/controller/Reciveremote.php

+ 1 - 0
application/inter/controller/Reciveremote.php

@@ -119,6 +119,7 @@ class Reciveremote extends Base
             $doc_class = DB::table('doctor_class')->where('doctor_id',$doctor['id'])->value('doctor_class');
             if(strpos('8',$doc_class)){
                 $dwhere = ' or ra.report_status=7 ';
+                var_dump('8');
             }else{
                 $dwhere = '';
             }