lgy 1 month ago
parent
commit
5a0a026398
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jcjyhr/app/zskk/model/Patient.php

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

@@ -267,7 +267,7 @@ class Patient extends ZskkModel
     {
         $model = new DelPatient();
         unset($data['ID']);
-        var_dump($data->toArray());
+        unset($data['CREATE_TIME']);
         $model->save($data);
         var_dump(99);die;
     }