KKSU
2024-07-02 7f7a1b01527843ffb178d015a044380acbde4fe2
src/main/java/cc/mrbird/febs/dapp/mapper/DappMemberDao.java
@@ -30,4 +30,17 @@
    BigDecimal selectAllBalance(@Param("accountType") String accountType);
    List<DappMemberEntity> selectMemberByAccountType(@Param("accountType") String accountType);
    List<DappMemberEntity> selectChildMemberDirectOrNot(@Param("inviteId") String inviteId, @Param("type") Integer type, @Param("status") Integer status);
    BigDecimal selectChildHoldAmount(@Param("inviteId") String inviteId);
    List<DappMemberEntity> selectMakerAddress();
    int updateMemberActive();
    int updateMemberActiveV2(@Param("memberId") Long memberId);
    DappMemberEntity selectNewestDirectMember(@Param("inviteId") String inviteId);
    List<DappMemberEntity> selectMemberListNeedProfit();
}