切换导航条
此项目
正在载入...
登录
allied-creation
/
allied-creation-gateway
·
提交
转到一个项目
GitLab
转到群组
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
差异文件
浏览文件
作者
yangfu
3 years ago
提交
e6d2ca475c3d5c933d6796b515101724ec603c3c
2 个父辈
05da0192
42e744f6
Merge branch 'test' of
http://gitlab.fjmaimaimai.com/allied-creation/allied-crea…
…tion-gateway into test
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
pkg/application/web/contractChangeLog/dto/dto.go
pkg/application/web/contractChangeLog/dto/dto.go
查看文件 @
e6d2ca4
...
...
@@ -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
)
}
...
...
请
注册
或
登录
后发表评论