Browse Source

ActiMyTasksRetWithTime 返回workflowId

yuedefeng 6 năm trước cách đây
mục cha
commit
b6b7a0b8b8
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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 {