v1.2 转赠功能财富等级限制修复

This commit is contained in:
lzm
2022-11-03 18:33:55 +08:00
committed by yeungchihang
parent acfd544e74
commit d17a039ad0

View File

@@ -337,7 +337,7 @@ public class DiamondGiveHistoryService extends ServiceImpl<DiamondGiveHistoryMap
if (Constant.UserGiveType.diamond.equals(type)) {
return Integer.valueOf(sysConfService.getDefaultSysConfValueById(Constant.SysConfId.USER_GIVE_DIAMOND_EXPER_LEVEL_LIMIT,"0"));
}
return Integer.valueOf(sysConfService.getDefaultSysConfValueById(Constant.SysConfId.USER_GIVE_DIAMOND_EXPER_LEVEL_LIMIT,"0"));
return Integer.valueOf(sysConfService.getDefaultSysConfValueById(Constant.SysConfId.USER_GIVE_GIFT_EXPER_LEVEL_LIMIT,"0"));
}
private Double getGiveRateConfig() {