解决钉钉团款审批最后一步没有记录

hotfix/paypal-note
LiaoYijun 4 years ago
parent 4591610206
commit 7496cba383

@ -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;

Loading…
Cancel
Save