Updata:添加需求字段赋值

This commit is contained in:
jiaji.H 2025-09-03 16:29:36 +08:00
parent c1e1ef5e0f
commit 1624992428

View File

@ -484,6 +484,9 @@ func ValueAddServiceDetail(req *bundle.ValueAddServiceDetailRequest) (res *bundl
Options: langOptions,
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"),
QuotaType: serviceLang.QuotaType,
QuotaValue: serviceLang.QuotaValue,
IsExpired: serviceLang.IsExpired,
}
serviceLangs = append(serviceLangs, serviceLangInfo)
}