| | |
| | | package com.yeshi.fanli.service.inter.count;
|
| | |
|
| | | import java.math.BigDecimal;
|
| | | import java.util.List;
|
| | | import java.util.Map;
|
| | |
|
| | |
|
| | |
|
| | |
| | | * @param minMoney
|
| | | * @return
|
| | | */
|
| | | public double countAllMoney(Double minMoney);
|
| | | public BigDecimal countAllMoney(Double minMoney);
|
| | |
|
| | | /**
|
| | | * 统计流失用户数量:( num 天未使用登录并且无任何资金流动的账号数量)
|
| | |
| | | * 统计新增用户
|
| | | * @return
|
| | | */
|
| | | public List<Object> countNewUserByDate(Integer type,String years, String startTime, String endTime) throws Exception;
|
| | | public List<Map<String, Object>> 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,
|
| | | String endTime) throws Exception;
|
| | |
|
| | | |
| | | public List<Object> getWeekBuyRate(String channel, String startTime, String endTime,
|
| | | Integer orderNum, List<String> dateList) throws Exception;
|
| | | }
|