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