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