This commit is contained in:
77
2024-03-31 20:05:37 +08:00
parent a1bd652e02
commit b576c78fd0

View File

@@ -413,7 +413,6 @@ public class AccountServiceImpl extends ServiceImpl<AccountMapper, Account> impl
resp.setPayIncome(payIncome); resp.setPayIncome(payIncome);
resp.setPayCoin(payCoin); resp.setPayCoin(payCoin);
resp.setAnchorIncome(anchorAmount); resp.setAnchorIncome(anchorAmount);
resp.setRoomId(userCall.getId());
return resp; return resp;
} }