| | |
| | | import com.yeshi.fanli.service.inter.count.HongBaoV2CountService;
|
| | | import com.yeshi.fanli.service.inter.order.CommonOrderService;
|
| | | import com.yeshi.fanli.service.inter.user.UserInfoService;
|
| | | import com.yeshi.fanli.vo.order.HongBaoV2VO;
|
| | |
|
| | | @Service
|
| | | public class HongBaoV2CountServiceImpl implements HongBaoV2CountService {
|
| | |
| | | String startTime, String endTime) throws Exception{
|
| | | return hongBaoV2CountMapper.count24HOderByChannel(channel, type, years, startTime, endTime);
|
| | | }
|
| | | |
| | | |
| | | @Override
|
| | | public List<HongBaoV2VO> listShareAndInviteMoney(long start, int count, String date) {
|
| | | return hongBaoV2CountMapper.listShareAndInviteMoney(start, count, date);
|
| | | }
|
| | | |
| | | |
| | | }
|