msg+done
This commit is contained in:
parent
46c645bcba
commit
1703912eab
|
@ -47,8 +47,8 @@ class DreamjobJobMsg extends AppModel {
|
|||
$dataSource->begin();
|
||||
$result = $this->save();
|
||||
if($result){
|
||||
|
||||
$app = $this->Application->find('first', array('conditions' => array('Application.id' => $result["DreamjobJobMsg"]["application_id"])));
|
||||
$con = array('conditions' => array('Application.id' => $result["DreamjobJobMsg"]["application_id"]));
|
||||
$app = $this->Application->find('first' );
|
||||
echo var_dump($app);
|
||||
echo "Lola";
|
||||
exit(1);
|
||||
|
|
Loading…
Reference in New Issue