diff --git a/app/Model/DreamjobJobMsg.php b/app/Model/DreamjobJobMsg.php index 80a4985..32bd173 100644 --- a/app/Model/DreamjobJobMsg.php +++ b/app/Model/DreamjobJobMsg.php @@ -47,7 +47,7 @@ class DreamjobJobMsg extends AppModel { $dataSource->begin(); $result = $this->save(); if($result){ - var_dump($this->data); + var_dump($result); exit(0); $app = $this->Application->find('first', array('conditions' => array('Application.id' => $this->application_id)));