Pu Zhibing
2025-05-26 ea1a62ba6484d6c6cb1ca67dcea938a95ba18fc6
ruoyi-modules/ruoyi-member/src/main/java/com/ruoyi/member/mapper/member/MemberMapper.java
@@ -96,6 +96,14 @@
     */
    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
@@ -121,7 +129,7 @@
    * @author jqs34
    * @date 2023/6/18 16:46
    */
    Integer memberTotal();
    Integer memberTotal(@Param("shopIds") List<Long> shopIds);
    /**
    * @description 今日新增用户数
@@ -130,7 +138,7 @@
    * @author jqs34
    * @date 2023/6/18 16:47
    */
    Integer memberToday();
    Integer memberToday(@Param("shopIds") List<Long> shopIds);
    /**