diff --git a/internal/logic/valueAddBundleLogic.go b/internal/logic/valueAddBundleLogic.go index 0e8f5b5..028379f 100644 --- a/internal/logic/valueAddBundleLogic.go +++ b/internal/logic/valueAddBundleLogic.go @@ -410,7 +410,7 @@ func ValueAddServiceList(req *bundle.ValueAddServiceListRequest) (res *bundle.Va serviceLangInfo.Options = options } serviceInfo.ServiceLang = append(serviceInfo.ServiceLang, serviceLangInfo) - if quotaInfo != "" { + if quotaInfo != "" && serviceInfo.ServiceType != 5 { serviceInfo.ServiceQuota = quotaInfo serviceInfo.IsExpired = isExpired } else {