yujian
2019-01-14 92c681fabac989d1a9f16fa13202d7f5ccac52d9
fanli/src/main/java/com/yeshi/fanli/service/inter/hongbao/HongBaoService.java
@@ -2,6 +2,7 @@
import java.math.BigDecimal;
import java.util.List;
import java.util.Map;
import com.yeshi.fanli.entity.admin.OrderAdmin;
import com.yeshi.fanli.entity.bus.user.HongBao;
@@ -326,7 +327,7 @@
    * @param channel
    * @return
    */
   public List<Object> countHistoryOderByChannel(String channelArray, Integer type, String year,
   public List<Map<String, Object>> countHistoryOderByChannel(String channelArray, Integer type, String year,
         String startTime, String endTime) throws Exception;
   /**
@@ -334,7 +335,7 @@
    * @param channel
    * @return
    */
   public List<Object> count24HOderByChannel(String channel, Integer type, String years,
   public List<Map<String, Object>> count24HOderByChannel(String channel, Integer type, String years,
         String startTime, String endTime) throws Exception;
}