msg+done
This commit is contained in:
parent
fb609b7e5f
commit
7797fecf92
|
@ -48,7 +48,7 @@ class DreamjobJobMsg extends AppModel {
|
|||
$result = $this->save();
|
||||
if($result){
|
||||
|
||||
$app = $this->DreamjobJobApplication->find('first', array('conditions' => array('Application.id' => $result["DreamjobJobMsg"]["application_id"])));
|
||||
$app = $this->Application->find('first', array('conditions' => array('DreamjobJobApplication.id' => $result["DreamjobJobMsg"]["application_id"])));
|
||||
echo var_dump($app);
|
||||
exit(1);
|
||||
|
||||
|
|
Loading…
Reference in New Issue