From c1e1ef5e0f1b573fae403017f5cfa6e41ef0d625 Mon Sep 17 00:00:00 2001 From: "jiaji.H" Date: Wed, 3 Sep 2025 15:57:56 +0800 Subject: [PATCH] =?UTF-8?q?Updata=EF=BC=9A=E8=A1=A5=E5=85=85=E7=AD=9B?= =?UTF-8?q?=E9=80=89=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/logic/valueAddBundleLogic.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {