msg
This commit is contained in:
parent
faa6242d38
commit
3d9586d2cb
|
@ -47,7 +47,7 @@ class DreamjobJobMsg extends AppModel {
|
|||
$dataSource->begin();
|
||||
$result = $this->save();
|
||||
if($result){
|
||||
echo $this->application_id;
|
||||
var_dump($this->data);
|
||||
exit(0);
|
||||
$app = $this->Application->find('first', array('conditions' => array('Application.id' => $this->application_id)));
|
||||
|
||||
|
|
Loading…
Reference in New Issue