Updata:补充筛选逻辑
This commit is contained in:
parent
1c148b0078
commit
c1e1ef5e0f
@ -410,7 +410,7 @@ func ValueAddServiceList(req *bundle.ValueAddServiceListRequest) (res *bundle.Va
|
|||||||
serviceLangInfo.Options = options
|
serviceLangInfo.Options = options
|
||||||
}
|
}
|
||||||
serviceInfo.ServiceLang = append(serviceInfo.ServiceLang, serviceLangInfo)
|
serviceInfo.ServiceLang = append(serviceInfo.ServiceLang, serviceLangInfo)
|
||||||
if quotaInfo != "" {
|
if quotaInfo != "" && serviceInfo.ServiceType != 5 {
|
||||||
serviceInfo.ServiceQuota = quotaInfo
|
serviceInfo.ServiceQuota = quotaInfo
|
||||||
serviceInfo.IsExpired = isExpired
|
serviceInfo.IsExpired = isExpired
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user