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