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