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