| | |
| | | @Mapper |
| | | public interface ComActUserWalletMapper extends BaseMapper<ComActUserWalletDO> { |
| | | |
| | | Map<String,String> getCommunityName(@Param("communityId") Long communityId); |
| | | Map<String,String> getCommunityName(@Param("communityId") Long communityId,@Param("type") Integer type); |
| | | |
| | | Map<String,String> getAgreementContent(@Param("communityId") Long communityId,@Param("type") Integer type); |
| | | |
| | | /** |
| | | * 查询用户绑定的社区收益排行榜 |
| | |
| | | */ |
| | | IPage<ComActWalletAdminVO> getUserWalletList(Page page, @Param("pageWalletAdminDTO") PageComActWalletAdminDTO pageWalletAdminDTO); |
| | | |
| | | void insertSysAgreement(@Param("content") String content,@Param("communityId") Long communityId); |
| | | void insertSysAgreement(@Param("content") String content,@Param("name") String name,@Param("communityId") Long communityId,@Param("type") Integer type); |
| | | |
| | | } |