lgy 3 주 전
부모
커밋
e2dc15491b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      jcjyhr/app/zskk/servies/PatientServies.php

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

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