| | |
| | |
|
| | | public long countAlreadyGetMoneyByUid(Long uid, List<Integer> typeList, Date minGetTime, Date maxGetTime);
|
| | |
|
| | | /** |
| | | * 查询来源该下级成功分享 + 自购订单 |
| | | * @param uid
|
| | | * @param teamUid
|
| | | * @param endTime
|
| | | * @return
|
| | | */
|
| | | public BigDecimal getOrderRewardByTeamUid(Long uid, Long teamUid, Date endTime);
|
| | |
|
| | | /**
|
| | | * 统计该下级成功分享 + 自购订单 |
| | | * @param uid
|
| | | * @param teamUid 下级id
|
| | | * @return
|
| | | */
|
| | | public BigDecimal getOrderRewardByTeamUidTheMonth(Long uid, Long teamUid);
|
| | |
|
| | | /**
|
| | | * 自购返利到账金额
|
| | | * @param uid
|
| | | * @return
|
| | | */
|
| | | public BigDecimal getRewardMoneyBySelf(Long uid); |
| | |
|
| | | }
|