admin
2019-01-11 13ec337a0d24485d9f006cfd44ea5d69c00540f3
fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserActiveLogService.java
@@ -1,6 +1,7 @@
package com.yeshi.fanli.service.inter.user;
import java.util.List;
import java.util.Map;
import com.yeshi.fanli.entity.bus.user.UserActiveLog;
@@ -51,7 +52,11 @@
    * @return
    * @throws Exception
    */
   public List<Object> getBuyProportion(String channel, Integer type, String years, String startTime, String endTime)
   public List<Object> getBuyProportion(String channel, Integer type, String years, String startTime, String endTime,Integer orderNum)
         throws Exception;
   public List<Map<String, Object>> countOneWeekUserInfo(String channel, String startTime, String endTime, Integer orderNumber)
         throws Exception;
}