yujian
2019-10-14 3ac30b4c17cf071ce9c66a59c069ab83efae6d2d
fanli/src/main/java/com/yeshi/fanli/service/inter/order/CommonOrderCountService.java
@@ -4,6 +4,8 @@
import java.util.List;
import java.util.Map;
import com.yeshi.fanli.dto.ChartTDO;
public interface CommonOrderCountService {
@@ -19,7 +21,7 @@
    * @param channel
    * @return
    */
   public List<Map<String, Object>> getTrackAccuracyRate(Integer dateType, String year, String startTime,
   public List<ChartTDO> getTrackAccuracyRate(Integer dateType, String year, String startTime,
         String endTime,int sourceType) throws Exception;
   /**
@@ -31,7 +33,7 @@
    * @return
    * @throws Exception
    */
   public List<Map<String, Object>> countWeiQaunOrderMoney(Integer dateType, String year, String startTime,
   public List<ChartTDO> countWeiQaunOrderMoney(Integer dateType, String year, String startTime,
         String endTime)   throws Exception;
   /**
@@ -43,7 +45,7 @@
    * @return
    * @throws Exception
    */
   public List<Map<String, Object>> countWeiQaunOrderNumber(Integer dateType, String year, String startTime, String endTime)
   public List<ChartTDO> countWeiQaunOrderNumber(Integer dateType, String year, String startTime, String endTime)
         throws Exception;
   /**