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

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

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