Merge branch 'feat-hjj-packageManage#A116' into dev

This commit is contained in:
jiaji.H 2025-09-04 13:26:26 +08:00
commit caca0d91c7

View File

@ -378,7 +378,7 @@ func ValueAddServiceList(req *bundle.ValueAddServiceListRequest) (res *bundle.Va
case 5:
quotaInfo = fmt.Sprintf("每年%d个", serviceLangInfo.QuotaValue)
default:
quotaInfo = "不限额度"
quotaInfo = ""
}
isExpired = serviceLangInfo.IsExpired
}