lgy hace 2 semanas
padre
commit
22447df2e3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      jcjyhr/app/zskk/model/Patient.php

+ 1 - 1
jcjyhr/app/zskk/model/Patient.php

@@ -302,7 +302,7 @@ class Patient extends ZskkModel
         $model = new DelExamReport();
         unset($data['ID']);
         unset($data['CREATE_TIME']);
-        unset($data['CREATE_TIME']);
+        unset($data['UPDATE_TIME']);
         $model->save($data);
     }