| | |
| | | |
| | | List<DappMemberEntity> selectMemberByAccountType(@Param("accountType") String accountType); |
| | | |
| | | List<DappMemberEntity> selectChildMemberDirectOrNot(@Param("inviteId") String inviteId, @Param("type") Integer type); |
| | | 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(); |
| | | |
| | | DappMemberEntity selectNewestDirectMember(@Param("inviteId") String inviteId); |
| | | } |