v1.2 转赠功能财富等级限制修复
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user