罗元桥
2021-08-05 cc1098fc00a50cb1591d182f04bc37066ff0a9e2
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActUserWalletMapper.java
@@ -21,7 +21,9 @@
@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);
    /**
     * 查询用户绑定的社区收益排行榜
@@ -37,6 +39,6 @@
     */
    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);
}