邀请活动 挡位阈值*8倍处理-查询修复
This commit is contained in:
parent
9c1f42bdcd
commit
aca666c781
@ -131,7 +131,7 @@ public class UserProfileUseQryExe {
|
||||
String quantity = redisService.getString(key);
|
||||
|
||||
return BigDecimal.valueOf(StringUtils.isEmpty(quantity) ? 0 : Long.parseLong(quantity))
|
||||
.divide(BigDecimal.valueOf(10000), 2, RoundingMode.HALF_UP);
|
||||
.divide(BigDecimal.valueOf(80000), 2, RoundingMode.HALF_UP);
|
||||
}
|
||||
|
||||
private UserProfile getUserProfile(UserProfileQryCmd cmd) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user