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