From 7496cba383fb38f19b797290c7eb27bdb0dd005a Mon Sep 17 00:00:00 2001 From: LiaoYijun Date: Mon, 22 Nov 2021 11:45:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E9=92=89=E9=92=89=E5=9B=A2?= =?UTF-8?q?=E6=AC=BE=E5=AE=A1=E6=89=B9=E6=9C=80=E5=90=8E=E4=B8=80=E6=AD=A5?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webht/third_party/dingtools/controllers/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;