Updata:添加需求字段赋值
This commit is contained in:
parent
c1e1ef5e0f
commit
1624992428
@ -484,6 +484,9 @@ func ValueAddServiceDetail(req *bundle.ValueAddServiceDetailRequest) (res *bundl
|
|||||||
Options: langOptions,
|
Options: langOptions,
|
||||||
CreatedAt: time.Unix(serviceLang.CreatedAt, 0).Format("2006-01-02 15:04:05"),
|
CreatedAt: time.Unix(serviceLang.CreatedAt, 0).Format("2006-01-02 15:04:05"),
|
||||||
UpdatedAt: time.Unix(serviceLang.UpdatedAt, 0).Format("2006-01-02 15:04:05"),
|
UpdatedAt: time.Unix(serviceLang.UpdatedAt, 0).Format("2006-01-02 15:04:05"),
|
||||||
|
QuotaType: serviceLang.QuotaType,
|
||||||
|
QuotaValue: serviceLang.QuotaValue,
|
||||||
|
IsExpired: serviceLang.IsExpired,
|
||||||
}
|
}
|
||||||
serviceLangs = append(serviceLangs, serviceLangInfo)
|
serviceLangs = append(serviceLangs, serviceLangInfo)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user