diff --git a/internal/logic/valueAddBundleLogic.go b/internal/logic/valueAddBundleLogic.go index 028379f..b1d3e30 100644 --- a/internal/logic/valueAddBundleLogic.go +++ b/internal/logic/valueAddBundleLogic.go @@ -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) }