| | |
| | | * @param merMemberPageDto |
| | | * @return |
| | | */ |
| | | List<MgtMemberPageVo> pageMgtMember(Page page, @Param("param") MgtMemberPageDto merMemberPageDto); |
| | | List<MgtMemberPageVo> pageMgtMember(Page page, @Param("param") MgtMemberPageDto merMemberPageDto, |
| | | @Param("list")List<Long> list); |
| | | |
| | | /** |
| | | * @description 删除标签 |
| | |
| | | */ |
| | | List<Long> listIdBySendType(@Param("sendType")Integer sendType,@Param("shopId")Long shopId); |
| | | |
| | | |
| | | /** |
| | | * 获取商户发送全部用的数据 |
| | | * @param shopId |
| | | * @return |
| | | */ |
| | | List<Long> listIdBySendType2(@Param("shopId")Long shopId); |
| | | |
| | | /** |
| | | * @description 通过ids获取用户简易返回 |
| | | * @author jqs |
| | |
| | | * @param mgtUserIdByKeywordDto |
| | | * @return MgtUserIdByKeywordVo |
| | | */ |
| | | List<Long> getUserIdByKeyword(MgtUserIdByKeywordDto mgtUserIdByKeywordDto); |
| | | List<Long> getUserIdByKeyword(@Param("param")MgtUserIdByKeywordDto mgtUserIdByKeywordDto); |
| | | |
| | | /** |
| | | * @description 总用户数 |
| | |
| | | * @author jqs34 |
| | | * @date 2023/6/18 16:46 |
| | | */ |
| | | Integer memberTotal(); |
| | | Integer memberTotal(@Param("shopIds") List<Long> shopIds); |
| | | |
| | | /** |
| | | * @description 今日新增用户数 |
| | |
| | | * @author jqs34 |
| | | * @date 2023/6/18 16:47 |
| | | */ |
| | | Integer memberToday(); |
| | | Integer memberToday(@Param("shopIds") List<Long> shopIds); |
| | | |
| | | |
| | | /** |
| | |
| | | * @return Integer |
| | | */ |
| | | Integer getAreaNewMember(@Param("shopIdList")List<Long> shopIdList); |
| | | |
| | | /** |
| | | * @description 获取今日生日用户电话 |
| | | * @author jqs |
| | | * @date 2023/8/7 16:13 |
| | | * @param |
| | | * @return List<String> |
| | | */ |
| | | List<Member> listTodayBirthday(); |
| | | } |
| | | |
| | | |