diff --git a/cash-common/cash-common-service/src/main/java/com/czg/market/vo/InviteUserVO.java b/cash-common/cash-common-service/src/main/java/com/czg/market/vo/InviteUserVO.java index ef32844b8..2353275f3 100644 --- a/cash-common/cash-common-service/src/main/java/com/czg/market/vo/InviteUserVO.java +++ b/cash-common/cash-common-service/src/main/java/com/czg/market/vo/InviteUserVO.java @@ -34,6 +34,11 @@ public class InviteUserVO implements Serializable { * 一级收益 */ private BigDecimal oneIncome; + private BigDecimal totalIncome; + private BigDecimal pendingIncome; + private BigDecimal receivedIncome; + private BigDecimal withdrawnIncome; + private Integer status; /** * 邀请时间 */ diff --git a/cash-service/account-service/src/main/resources/mapper/ShopUserMapper.xml b/cash-service/account-service/src/main/resources/mapper/ShopUserMapper.xml index 62b5c0cf9..717c7e7c6 100644 --- a/cash-service/account-service/src/main/resources/mapper/ShopUserMapper.xml +++ b/cash-service/account-service/src/main/resources/mapper/ShopUserMapper.xml @@ -263,16 +263,22 @@ order by u.create_time desc