正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
@@ -11,6 +11,7 @@ type ContractChangeLogItem struct { | @@ -11,6 +11,7 @@ type ContractChangeLogItem struct { | ||
11 | OperationType int `json:"operationType"` | 11 | OperationType int `json:"operationType"` |
12 | Undertakers string `json:"undertakers"` | 12 | Undertakers string `json:"undertakers"` |
13 | UpdatedAt string `json:"updatedAt"` | 13 | UpdatedAt string `json:"updatedAt"` |
14 | + OperatorTime string `json:"operationTime"` | ||
14 | } | 15 | } |
15 | 16 | ||
16 | func ToContractChangeLogList(param *allied_creation_cooperation.DataContractChangeLogsSearch) []ContractChangeLogItem { | 17 | func ToContractChangeLogList(param *allied_creation_cooperation.DataContractChangeLogsSearch) []ContractChangeLogItem { |
@@ -25,6 +26,7 @@ func ToContractChangeLogList(param *allied_creation_cooperation.DataContractChan | @@ -25,6 +26,7 @@ func ToContractChangeLogList(param *allied_creation_cooperation.DataContractChan | ||
25 | OperationType: int(v.OperationType), | 26 | OperationType: int(v.OperationType), |
26 | Undertakers: v.Undertakers, | 27 | Undertakers: v.Undertakers, |
27 | UpdatedAt: v.UpdatedAt.Format("2006-01-02 15:04:05"), | 28 | UpdatedAt: v.UpdatedAt.Format("2006-01-02 15:04:05"), |
29 | + OperatorTime: v.OperatorTime.Format("2006-01-02 15:04:05"), | ||
28 | } | 30 | } |
29 | listData = append(listData, item) | 31 | listData = append(listData, item) |
30 | } | 32 | } |
-
请 注册 或 登录 后发表评论