| | |
| | | return hongBaoV2CountMapper.countNumberByUidAndState(uid, state);
|
| | | }
|
| | |
|
| | | |
| | | @Override
|
| | | public int getTotalTiChengCount(Long uid) {
|
| | | return hongBaoV2CountMapper.getTotalTiChengCount(uid);
|
| | | }
|
| | |
|
| | | @Override
|
| | | public long countValidNumberByUid(Long uid, Integer dateType) {
|
| | | return hongBaoV2CountMapper.countValidNumberByUid(uid, dateType);
|
| | | }
|
| | |
|
| | | @Override
|
| | | public BigDecimal countWillGetMoneyByUid(Long uid) {
|
| | | return hongBaoV2CountMapper.countWillGetMoneyByUid(uid);
|
| | | }
|
| | |
|
| | | @Override
|
| | | public Date getLastHongBaoTime(Long uid) {
|
| | | return hongBaoV2CountMapper.getLastHongBaoTime(uid);
|
| | | }
|
| | | }
|