lgy 2 weeks ago
parent
commit
2757b295a2
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;