msg
This commit is contained in:
parent
0ca687bdec
commit
554f3a6ae0
|
@ -47,7 +47,7 @@ class DreamjobJobMsg extends AppModel {
|
|||
$dataSource->begin();
|
||||
$result = $this->save();
|
||||
if($result){
|
||||
die($this->application_id);
|
||||
die($this->data['application_id']);
|
||||
$app = $this->Application->find('first', array('conditions' => array('Application.id' => $this->application_id)));
|
||||
die($app);
|
||||
if($this->fromcompany)
|
||||
|
|
Loading…
Reference in New Issue