From ff8e73504ab40738ce1c90f6394bbd7b88260f5e Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Mon, 13 May 2024 21:12:15 +0800
Subject: [PATCH] 球队信息

---
 src/main/java/cc/mrbird/febs/dapp/mapper/DappMemberDao.java |  104 ++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 101 insertions(+), 3 deletions(-)

diff --git a/src/main/java/cc/mrbird/febs/dapp/mapper/DappMemberDao.java b/src/main/java/cc/mrbird/febs/dapp/mapper/DappMemberDao.java
index 15107c2..15216c0 100644
--- a/src/main/java/cc/mrbird/febs/dapp/mapper/DappMemberDao.java
+++ b/src/main/java/cc/mrbird/febs/dapp/mapper/DappMemberDao.java
@@ -1,14 +1,21 @@
 package cc.mrbird.febs.dapp.mapper;
 
-import cc.mrbird.febs.dapp.dto.TeamListDto;
+import cc.mrbird.febs.dapp.dto.MallGoodsQueryDto;
+import cc.mrbird.febs.dapp.dto.MallOrderQueryDto;
+import cc.mrbird.febs.dapp.dto.PackageRecordDto;
 import cc.mrbird.febs.dapp.entity.DappMemberEntity;
-import cc.mrbird.febs.dapp.vo.TeamListVo;
+import cc.mrbird.febs.dapp.entity.MallAddressInfo;
+import cc.mrbird.febs.dapp.entity.MallOrderInfo;
+import cc.mrbird.febs.dapp.soccer.entity.SoccerLeagues;
+import cc.mrbird.febs.dapp.vo.*;
+import cn.hutool.core.date.DateTime;
 import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 import com.baomidou.mybatisplus.core.metadata.IPage;
 import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
 import org.apache.ibatis.annotations.Param;
 
 import java.math.BigDecimal;
+import java.util.Date;
 import java.util.List;
 
 /**
@@ -33,9 +40,100 @@
 
     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);
+
+    List<DappMemberEntity> selectMemberListNeedProfit();
+
+    void updateMemberAccountType(@Param("accountType")String code, @Param("id")Long id);
+
+    void updateMemberActiveStatus(@Param("accountStatus")int i, @Param("id")Long id);
+
+    List<DappMemberEntity> selectMemberInfoByRefererId(@Param("refererId")String inviteId);
+
+    List<DappMemberEntity> selectAllMemberInfoByRefererId(@Param("inviteId")String inviteId);
+
+    Integer selectCountByAccountTypeAndRefererId(@Param("accountType")String code, @Param("refererId")String inviteId);
+
+    IPage<AdminTeamInfoVo> findTeamInfoListInPage(Page<AdminTeamInfoVo> page, @Param("record")DappMemberEntity dappMemberEntity);
+
+    DappMemberInfoVo selectByMemberId(@Param("id")Long id);
+
+    List<DappMemberEntity> selectByInviteIds(@Param("list")List<String> referrerIdList);
+
+    /**
+     * 获取级别为Type,且直推中有type级别的用户信息
+     * @param type
+     * @return
+     */
+    List<DappMemberEntity> selectMemberByAccountTypeAnd(@Param("accountType")String type);
+
+    List<DappMemberEntity> selectChildAgentListByAccountType(@Param("inviteId") String inviteId, @Param("accountType")String accountType);
+
+    BigDecimal selectAllAchieveByInviteId(@Param("inviteId")String inviteId);
+
+    BigDecimal selectAllAchieveByRefId(@Param("inviteId")String inviteId);
+
+    List<DappMemberEntity> selectMemberByNotAccountType(@Param("accountType")String type);
+
+    List<DappMemberEntity> selectByNodetype();
+
+    List<String> selectAddress();
+
+    IPage<MallGoodsListVo> selectMallGoodsListQueryInPage( @Param("record")MallGoodsQueryDto queryDto, Page<MallGoodsListVo> page);
+
+    IPage<MallOrderListVo> selectMallOrderListQueryInPage( @Param("record")MallOrderQueryDto queryDto, Page<MallOrderListVo> page);
+
+    MallOrderListVo selectMallOrderListVoById(@Param("orderId")Long id);
+
+    List<MallOrderItemVo> selectMallOrderItemVoByOrderId(@Param("orderId")Long id);
+
+    MallGoodsListVo selectMallGoodsListVoById(@Param("goodsId")Long id);
+
+    DappMemberEntity selectInviteLeft(@Param("inviteId")String inviteId);
+
+    DappMemberEntity selectInviteRight(@Param("inviteId")String inviteId);
+
+    List<DappMemberEntity> selectMemberByActiveStatus();
+
+    BigDecimal selectAchieveRecordByInviteId(@Param("inviteId")String inviteId);
+
+    List<DappMemberEntity> selectChildAgentList(@Param("inviteId")String inviteId, @Param("accountType")String accountType);
+
+    DappMemberInfoVo selectDappMemberInfoVoByMemberId(@Param("memberId")long id);
+
+    IPage<MallAddressInfo> selectAddressListInPage(@Param("record")MallGoodsQueryDto queryDto, Page<MallAddressInfo> page);
+
+    Integer selectOrderCntByMemberIdAndStatus(@Param("memberId")Long id, @Param("status")int i);
+
+    IPage<MallAddressInfo> selectShopAddressListInPage(@Param("record")MallGoodsQueryDto queryDto, Page<MallAddressInfo> page);
+
+    int updateIsDefault(@Param("isDefault") Integer isDefault, @Param("memberId") Long memberId, @Param("id") Long id);
+
+    void deleteByOrderId(@Param("orderId")Long id);
+
+    MallAddressInfo selectAddressOneByMemberId(@Param("memberId")Long memberId);
+
+    BigDecimal selectOrderAmountByTime(@Param("type") String type, @Param("date") Date date);
+
+    Integer selectOrderCountByTime(@Param("type") String type, @Param("date") Date date);
+
+    BigDecimal selectAccountChangeAfterAmountByTime(@Param("type") String type, @Param("date") Date date);
+
+    List<PackageRecordVo> selectPackageRecordDayInPage(@Param("date") Date date);
+
+    List<PackageRecordVo> selectPackageRecordMonthInPage(@Param("date") Date date);
+
+    List<PackageRecordVo> selectPackageRecordWeekInPage(@Param("date") Date date);
+
+    MallOrderInfo selectOrderByOrderNo(@Param("orderNo") String orderNo);
+
+    IPage<SoccerLeagues> selectSoccerLeaguesInPage(@Param("record")SoccerLeagues soccerLeagues, Page<SoccerLeagues> page);
 }

--
Gitblit v1.9.1