diff --git a/webht/third_party/dingtools/controllers/index.php b/webht/third_party/dingtools/controllers/index.php index fb9b6683..5d252331 100644 --- a/webht/third_party/dingtools/controllers/index.php +++ b/webht/third_party/dingtools/controllers/index.php @@ -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;