lgy 2 giorni fa
parent
commit
ac20c21515
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      jcjyhr/app/zskk/servies/PatientServies.php

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

@@ -907,13 +907,13 @@ class PatientServies
 
             $this->handlePatient($check['PATIENT']);
             $MEDICAL_INFORMATION = $check['MEDICAL_INFORMATION'];
-            var_dump($MEDICAL_INFORMATION);die;
             $information = $this->patientModel->getMedical($MEDICAL_INFORMATION['PATIENT_CODE'],[],'*');
             if(!empty($information))
             {
                 $this->patientModel->saveRepeatInformation($information);
                 $this->patientModel->delOldInformation(['PATIENT_CODE'=>$information['PATIENT_CODE']]);
             }
+            var_dump(1);die;
             $MEDICAL_INFORMATION_INSERT = $MEDICAL_INFORMATION;
             $MEDICAL_INFORMATION_INSERT['create_time'] =  $check['EXAM_REPORTS'][0]['create_time'];
             $this->patientModel->saveMedical($MEDICAL_INFORMATION_INSERT);