admin
2019-10-17 e2c9fab4823b9a9a8a186951faa5a54d1f57fb1f
fanli/src/main/java/com/yeshi/fanli/service/inter/count/UserInfoCountService.java
@@ -2,8 +2,8 @@
import java.math.BigDecimal;
import java.util.List;
import java.util.Map;
import com.yeshi.fanli.dto.ChartTDO;
import com.yeshi.fanli.vo.user.UserGoldCoinVO;
@@ -51,11 +51,11 @@
    * 统计新增用户
    * @return
    */
   public List<Map<String, Object>> countNewUserByDate(String channel,Integer type,String years, String startTime, String endTime) throws Exception;
   public List<ChartTDO> countNewUserByDate(String channel,Integer type,String years, String startTime, String endTime) throws Exception;
   
   
   public List<Map<String, Object>> getTodayBuyRate(String channel, Integer type, String years, String startTime,
   public List<ChartTDO> getTodayBuyRate(String channel, Integer type, String years, String startTime,
         String endTime) throws Exception;