admin
2020-05-06 24a8d17e007545f7426c48352109aa1a9c6587ee
fanli/src/main/java/com/yeshi/fanli/service/inter/count/UserSystemCouponCountService.java
@@ -3,7 +3,6 @@
import java.math.BigDecimal;
import java.util.List;
import com.yeshi.fanli.dto.ChartTDO;
import com.yeshi.fanli.entity.system.SystemCoupon.CouponTypeEnum;
import com.yeshi.fanli.vo.user.SystemCouponVO;
import com.yeshi.fanli.vo.user.UserSystemCouponCountVO;
@@ -75,41 +74,7 @@
   public List<SystemCouponVO> listSystemCouponByFree(long start, int count, String key, Integer sort);
   public long countSystemCouponFree(String key);
   /**
    * 曲线图-奖励券使用数量
    * @param dateType
    * @param year
    * @param startTime
    * @param endTime
    * @return
    */
   public List<ChartTDO> getRebateCouponUsedNumToCharts(Integer dateType, String year, String startTime,
         String endTime);
   /**
    * 奖励券使用成功金额曲线图
    * @param dateType
    * @param year
    * @param startTime
    * @param endTime
    * @return
    */
   public List<ChartTDO> getRebateCouponMoneyToCharts(Integer dateType, String year, String startTime,
         String endTime);
   /**
    * 统计免单券金额
    * @param dateType
    * @param year
    * @param startTime
    * @param endTime
    * @param couponType
    * @return
    */
   public List<ChartTDO> getFreeCouponMoneyToCharts(Integer dateType, String year, String startTime,
         String endTime, String couponType);
   
   /**
    * 根据券类型 统计免单金额