lgy 2 weeks ago
parent
commit
e2dc15491b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jcjyhr/app/zskk/servies/PatientServies.php

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

@@ -1512,7 +1512,7 @@ class PatientServies
         $list = [];
         foreach ($patient as $v)
         {
-            $exam = $this->patientModel->getExam($v['PATIENT_CODE']);
+            $exam = $this->patientModel->getExam($v['PATIENT_CODE'],"STUDY_ID != ''");
             if(empty($exam))
             {
 //                continue;