lgy 3 weeks ago
parent
commit
a95f17c54f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jcjyhr/app/zskk/servies/HrServies.php

+ 1 - 1
jcjyhr/app/zskk/servies/HrServies.php

@@ -102,7 +102,7 @@ class HrServies
         if($params['HR_ITEM_CODE'] ?? '')
         {
             $exam_report[] = ['HR_ITEMNAME_CODE','in',explode(';',$params['HR_ITEM_CODE'])];
-            $inspect_report[] = ['LAB_HR_ITEMNAME_CODE','in',explode(';',$params['HR_ITEM_CODE'])];
+//            $inspect_report[] = ['LAB_HR_ITEMNAME_CODE','in',explode(';',$params['HR_ITEM_CODE'])];
         }
         $_data = $this->getRecogViewDetail($ID_CARDNUM,$params['ORGCODE'] ?? '', $WHERE,$exam_report,$inspect_report,$hr);
         $patient = $_data[0]['PATIENT'] ?? [];