| | |
| | | }
|
| | |
|
| | | @Override
|
| | | public BigDecimal getShareRewardByTeamUid(Long uid, Long teamUid, Date endTime) {
|
| | | return hongBaoV2CountMapper.getShareRewardByTeamUid(uid, teamUid, endTime);
|
| | | public BigDecimal getOrderRewardByTeamUid(Long uid, Long teamUid, Date endTime) {
|
| | | return hongBaoV2CountMapper.getOrderRewardByTeamUid(uid, teamUid, endTime);
|
| | | }
|
| | |
|
| | | @Override
|
| | | public BigDecimal getShareRewardByTeamUidLastMonth(Long uid, Long teamUid) {
|
| | | return hongBaoV2CountMapper.getShareRewardByTeamUidLastMonth(uid, teamUid);
|
| | | public BigDecimal getOrderRewardByTeamUidTheMonth(Long uid, Long teamUid) {
|
| | | return hongBaoV2CountMapper.getOrderRewardByTeamUidTheMonth(uid, teamUid);
|
| | | }
|
| | | }
|