init
This commit is contained in:
@@ -159,7 +159,7 @@ public class AccountServiceImpl extends ServiceImpl<AccountMapper, Account> impl
|
||||
throw new ServiceException("扣费失败,请重新购买");
|
||||
}
|
||||
// 开始处理 接收方的费用
|
||||
BigDecimal imRate = systemConfigManager.getSystemConfigOfBigDecimal(SystemConfigEnum.DAY_MAX_DYNAMIC);
|
||||
BigDecimal imRate = systemConfigManager.getSystemConfigOfBigDecimal(SystemConfigEnum.IM_ANCHOR_INCOME_RATE);
|
||||
Long anchorAmount = CaiNumUtil.coin(price,imRate);
|
||||
baseMapper.incsIncomeCoin(toUser.getId(),anchorAmount);
|
||||
Long tractId = IdManager.nextId();
|
||||
|
||||
Reference in New Issue
Block a user