yujian
2019-03-13 6d53e418a9c419178306995988a1a2f89d9089a4
fanli/src/main/java/com/yeshi/fanli/service/impl/count/HongBaoV2CountServiceImpl.java
@@ -25,6 +25,7 @@
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 {
@@ -289,4 +290,12 @@
         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);
   }
}