| | |
| | | long count = hongBaoV2CountMapper.countNumberByUid(uid);
|
| | | return (int) count;
|
| | | }
|
| | | |
| | |
|
| | | @Override
|
| | | public BigDecimal countRebateCouponMoney() {
|
| | | return hongBaoV2CountMapper.countRebateCouponMoney();
|
| | |
| | | }
|
| | |
|
| | |
|
| | | @Override
|
| | | public BigDecimal sumAlreadyGetMoneyByUid(Long uid, List<Integer> typeList, Date minGetTime, Date maxGetTime) {
|
| | | return hongBaoV2CountMapper.sumAlreadyGetMoneyByUid(uid, typeList, minGetTime, maxGetTime);
|
| | | }
|
| | |
|
| | | @Override
|
| | | public long countAlreadyGetMoneyByUid(Long uid, List<Integer> typeList, Date minGetTime, Date maxGetTime) {
|
| | | return hongBaoV2CountMapper.countAlreadyGetMoneyByUid(uid, typeList, minGetTime, maxGetTime);
|
| | | }
|
| | |
|
| | | }
|