| | |
| | | import com.yeshi.fanli.dao.mybatis.taobao.TaoBaoOrderMapper;
|
| | | import com.yeshi.fanli.dao.mybatis.taobao.TaoBaoWeiQuanOrderMapper;
|
| | | import com.yeshi.fanli.dto.ChartTDO;
|
| | | import com.yeshi.fanli.entity.bus.user.HongBaoV2;
|
| | | import com.yeshi.fanli.service.inter.count.HongBaoV2CountService;
|
| | | import com.yeshi.fanli.service.inter.order.CommonOrderService;
|
| | | import com.yeshi.fanli.service.inter.user.UserInfoService;
|
| | |
| | | return hongBaoV2CountMapper.countAlreadyGetMoneyByUid(uid, typeList, minGetTime, maxGetTime);
|
| | | }
|
| | |
|
| | | @Override |
| | | public BigDecimal getOrderRewardByTeamUid(Long uid, Long teamUid, Date endTime) {
|
| | | return hongBaoV2CountMapper.getOrderRewardByTeamUid(uid, teamUid, endTime);
|
| | | }
|
| | | |
| | | @Override
|
| | | public BigDecimal getOrderRewardByTeamUidTheMonth(Long uid, Long teamUid) {
|
| | | return hongBaoV2CountMapper.getOrderRewardByTeamUidTheMonth(uid, teamUid); |
| | | }
|
| | | |
| | | @Override
|
| | | public BigDecimal getRewardMoneyBySelf(Long uid) {
|
| | | List<Integer> list = new ArrayList<Integer>();
|
| | | list.add(HongBaoV2.STATE_YILINGQU);
|
| | | return hongBaoV2CountMapper.getRewardMoneyByUid(uid, list);
|
| | | }
|
| | | }
|