新注册的用户请输入邮箱并保存,随后登录邮箱激活账号。后续可直接使用邮箱登录!

Commit 1c0bb482 authored by krmnliu's avatar krmnliu

fix: add VisitMode and Authorization in prepareAssetInfo --bug=0

No related merge requests found
......@@ -60,6 +60,8 @@ func (h *AssetCreateEventHandler) prepareAssetInfo(tx *gorm.DB, ida *types.IDAIn
CreatorAddress: ida.Basic.Creator,
CustomInfo: ida.Details.CustomInfo,
Status: int32(ida.Status.Status),
VisitMode: int32(ida.Basic.VisitMode),
Authorization: int32(ida.Basic.Authorization),
}
// 当新增资产的时候,平台类型为:链上
if currentAsset == nil {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment