lgy 3 weeks ago
parent
commit
917178039a
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

@@ -1513,7 +1513,7 @@ class PatientServies
         $patientData = [];
         foreach ($patient as $v)
         {
-            if(!empty($patientData))
+            if(empty($patientData))
             {
                 $arr['AGE'] = $medical['AGE'];
                 $arr['GENDER'] = $medical['GENDER'];