| | |
| | | * @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;
|
| | |
|
| | | /**
|
| | | * 根据渠道 统计当日新增用户有购买行为的订单数量大于3
|
| | | * @param channel
|
| | | * @param type
|
| | | * @param years
|
| | | * @param startTime
|
| | | * @param endTime
|
| | | * @param orderNum
|
| | | * @return
|
| | | * @throws Exception
|
| | | */
|
| | | public List<Object> countSameDayAndBuyGoodsByChannelAndBuyNum(String channel, Integer type, String years,
|
| | | String startTime, String endTime, Integer orderNum) throws Exception;
|
| | |
|
| | | }
|