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