| | |
| | | * @return 折线图数据 |
| | | */ |
| | | List<UserTrendsVO> userTrends(@Param("city") List<String> city); |
| | | List<UserTrendsVO> userTrends1(@Param("city") List<String> city,@Param("userIds") List<Integer> userIds); |
| | | |
| | | /** |
| | | * 统计本年度,注册用户数量 |
| | |
| | | * @return 注册用户数量 |
| | | */ |
| | | Long increaseNumberByYear(@Param("cityList") List<String> cityList); |
| | | Long increaseNumberByYear1(@Param("cityList") List<String> cityList,@Param("userIds") List<Integer> userIds); |
| | | |
| | | /** |
| | | * 统计本月,注册用户数量 |
| | |
| | | * @return 注册用户数量 |
| | | */ |
| | | Long increaseNumberByMonth(@Param("cityList") List<String> cityList); |
| | | Long increaseNumberByMonth1(@Param("cityList") List<String> cityList,@Param("userIds") List<Integer> userIds); |
| | | |
| | | } |