f
This commit is contained in:
@@ -98,7 +98,7 @@ func (l *GetLevelPrivilegeLogic) GetLevelPrivilege() (resp *types.GetLevelPrivil
|
||||
productConfigs, err := l.svcCtx.AgentProductConfigModel.FindAll(l.ctx, builder, "")
|
||||
if err == nil {
|
||||
for _, cfg := range productConfigs {
|
||||
// 普通等级:直接使用系统价格上限
|
||||
// 白银等级:直接使用系统价格上限
|
||||
if cfg.SystemMaxPrice > maxSetPriceLevel1 {
|
||||
maxSetPriceLevel1 = cfg.SystemMaxPrice
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user