|
|
@ -168,7 +168,7 @@ class index extends CI_Controller {
|
|
|
|
$data['processInstanceId'] = $recivedata->processInstanceId;
|
|
|
|
$data['processInstanceId'] = $recivedata->processInstanceId;
|
|
|
|
$data['title'] = $recivedata->title;
|
|
|
|
$data['title'] = $recivedata->title;
|
|
|
|
$data['type'] = $recivedata->type;
|
|
|
|
$data['type'] = $recivedata->type;
|
|
|
|
$data['result'] = $recivedata->result;
|
|
|
|
// $data['result'] = $recivedata->result;
|
|
|
|
$unionid = $this->get_unionid($recivedata->staffId);
|
|
|
|
$unionid = $this->get_unionid($recivedata->staffId);
|
|
|
|
$data['unionid'] = $unionid;
|
|
|
|
$data['unionid'] = $unionid;
|
|
|
|
$data['EventType'] = $recivedata->EventType;
|
|
|
|
$data['EventType'] = $recivedata->EventType;
|
|
|
|