浏览代码

ActiMyTasksRetWithTime 返回workflowId

yuedefeng 6 年之前
父节点
当前提交
b6b7a0b8b8
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/dashoo.cn/backend/api/business/workflow/workflow.go

+ 2 - 1
src/dashoo.cn/backend/api/business/workflow/workflow.go

@@ -26,7 +26,8 @@ type ActiMyTasksVM struct {
 
 type ActiMyTasksRetWithTimeVM struct {
 	BusinessKey string `json:"businessKey"`
-	CreateTime  int64 `json:"createTime"`
+	WorkflowId string  `json:"workflowId"`
+	CreateTime  int64  `json:"createTime"`
 }
 
 type ActiHistoricTask struct {