lgy 2 dias atrás
pai
commit
57ea50856c
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      jcjyhr/app/zskk/servies/PatientServies.php

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

@@ -913,7 +913,6 @@ class PatientServies
                 $this->patientModel->saveRepeatInformation($information);
                 $this->patientModel->saveRepeatInformation($information);
                 $this->patientModel->delOldInformation(['PATIENT_CODE'=>$information['PATIENT_CODE']]);
                 $this->patientModel->delOldInformation(['PATIENT_CODE'=>$information['PATIENT_CODE']]);
             }
             }
-            var_dump(1);die;
             $MEDICAL_INFORMATION_INSERT = $MEDICAL_INFORMATION;
             $MEDICAL_INFORMATION_INSERT = $MEDICAL_INFORMATION;
             $MEDICAL_INFORMATION_INSERT['create_time'] =  $check['EXAM_REPORTS'][0]['create_time'];
             $MEDICAL_INFORMATION_INSERT['create_time'] =  $check['EXAM_REPORTS'][0]['create_time'];
             $this->patientModel->saveMedical($MEDICAL_INFORMATION_INSERT);
             $this->patientModel->saveMedical($MEDICAL_INFORMATION_INSERT);