lgy il y a 1 jour
Parent
commit
3ef38501a7

+ 0 - 2
jcjyhr/app/zskk/controller/Patient.php

@@ -113,9 +113,7 @@ class Patient extends ZskkApiController
         try {
             $params = $this->request->post();
             $params = $this->getDecryptData($params['data']);
-            var_dump($params);
             $params = $servies->makeMappingData($params,'0','postExamReport');
-            var_dump($params);die;
             $data = $servies->postExamReport($params);
         }catch (\Exception $e)
         {

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

@@ -930,6 +930,7 @@ class PatientServies
     public function postExamReport($params): string
     {
         $information = $this->patientModel->getMedicalData(['HOS_EMPI'=>$params['MEDICAL_INFORMATION']['HOS_EMPI']],'*');
+        var_dump($information);die;
         if(empty($information))
         {
             return '';