Updata:补充筛选逻辑

This commit is contained in:
jiaji.H 2025-09-03 15:57:56 +08:00
parent 1c148b0078
commit c1e1ef5e0f

View File

@ -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 {