|
|
|
@ -493,7 +493,7 @@ public class VirtualAccountApplicationService extends BaseApplicationService { |
|
|
|
WalletAccount walletAccount = null; |
|
|
|
if (dto.getHasProfit()) { |
|
|
|
walletAccount = walletAccountQueryService.queryByType(dto.getProfitUserId(), IdentityTypeEnum.INDIVIDUAL); |
|
|
|
BigDecimal income = BigDecimal.valueOf(1.5).multiply(BigDecimal.valueOf(dto.getConsumeCount())); |
|
|
|
BigDecimal income = BigDecimal.valueOf(1.4).multiply(BigDecimal.valueOf(dto.getConsumeCount())); |
|
|
|
if (RtcChannelTypeEnum.ONE_ON_ONE_VOICE.equals(dto.getRtcChannelType())) { |
|
|
|
walletAccountAggregate.handleIncomeData(walletAccount, income, TradeTypeEnum.ONE_ON_ONE_VOICE, "与" + payerMarriageInformation.getNickName() + "1V1语音"); |
|
|
|
} else { |
|
|
|
|