切换导航条
此项目
正在载入...
登录
allied-creation
/
allied-creation-gateway
·
提交
转到一个项目
GitLab
转到群组
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
差异文件
浏览文件
作者
Your Name
3 years ago
提交
818f0bfc6db2d374c6ed856deb351dfa183e6a1f
2 个父辈
0138eabf
536662e9
Merge branch 'dev' into test
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
pkg/application/web/contractChangeLog/dto/dto.go
pkg/application/web/contractChangeLog/dto/dto.go
查看文件 @
818f0bf
...
...
@@ -11,6 +11,7 @@ type ContractChangeLogItem struct {
OperationType
int
`json:"operationType"`
Undertakers
string
`json:"undertakers"`
UpdatedAt
string
`json:"updatedAt"`
OperatorTime
string
`json:"operationTime"`
}
func
ToContractChangeLogList
(
param
*
allied_creation_cooperation
.
DataContractChangeLogsSearch
)
[]
ContractChangeLogItem
{
...
...
@@ -25,6 +26,7 @@ func ToContractChangeLogList(param *allied_creation_cooperation.DataContractChan
OperationType
:
int
(
v
.
OperationType
),
Undertakers
:
v
.
Undertakers
,
UpdatedAt
:
v
.
UpdatedAt
.
Format
(
"2006-01-02 15:04:05"
),
OperatorTime
:
v
.
OperatorTime
.
Format
(
"2006-01-02 15:04:05"
),
}
listData
=
append
(
listData
,
item
)
}
...
...
请
注册
或
登录
后发表评论