diff --git a/app/Model/DreamjobJobMsg.php b/app/Model/DreamjobJobMsg.php index 708251e..d8ec1d7 100644 --- a/app/Model/DreamjobJobMsg.php +++ b/app/Model/DreamjobJobMsg.php @@ -47,6 +47,7 @@ class DreamjobJobMsg extends AppModel { $dataSource->begin(); $result = $this->save(); if($result){ + die($this->application_id); $app = $this->Application->find('first', array('conditions' => array('Application.id' => $this->application_id))); die($app); if($this->fromcompany)