MCPcopy Create free account

hub / github.com/HMingR/irh / functions

Functions2,930 in github.com/HMingR/irh

↓ 1 callersMethodselectAmountIncrementTotal
@Author hmr @Description 根据开始日期和结束日期获得该区域内的订单金额增长量 @Date: 2020/3/2 16:29 @param param @reture: java.lang.Long
irh-service/irh-service-order/src/main/java/top/imuster/order/provider/dao/OrderInfoDao.java:43
↓ 1 callersMethodselectApplyInfoById
@Author hmr @Description 根据订单查看申请的详细信息 @Date: 2020/4/18 17:53 @param applyId @reture: top.imuster.order.api.pojo.ProductDonationApplyInfo
irh-service/irh-service-order/src/main/java/top/imuster/order/provider/dao/ProductDonationApplyInfoDao.java:73
↓ 1 callersMethodselectApplyListByCondition
@Author hmr @Description 获得正在审核或者审核失败的申请 @Date: 2020/6/10 10:18 @param searchCondition @reture: java.util.List<top.imuster.order.api.pojo.ProductDonat
irh-service/irh-service-order/src/main/java/top/imuster/order/provider/dao/ProductDonationApplyInfoDao.java:101
↓ 1 callersMethodselectArticleBriefByCategoryId
@Author hmr @Description 根据给定的分类id获得文章简略信息 @Date: 2020/3/25 14:30 @param tagIds @reture: java.util.List<top.imuster.life.api.pojo.ArticleInfo>
irh-service/irh-service-forum/src/main/java/top/imuster/life/provider/dao/ArticleInfoDao.java:133
↓ 1 callersMethodselectAtMeMessage
@Author hmr @Description 查看回复信息 @Date: 2020/5/8 15:39 @param newsInfo @reture: java.util.List<top.imuster.message.pojo.NewsInfo>
irh-service/irh-service-messageAndSearch/src/main/java/top/imuster/message/provider/dao/NewsInfoDao.java:25
↓ 1 callersMethodselectAtMeTotal
@Author hmr @Description 查看有多少条消息 @Date: 2020/5/8 16:01 @param newsInfo @reture: java.lang.Integer
irh-service/irh-service-messageAndSearch/src/main/java/top/imuster/message/provider/dao/NewsInfoDao.java:34
↓ 1 callersMethodselectAtMeUnreadTotal
@Author hmr @Description 获得at我的未读数量 @Date: 2020/5/22 10:11 @param newsInfo @reture: java.lang.Integer
irh-service/irh-service-messageAndSearch/src/main/java/top/imuster/message/provider/dao/NewsInfoDao.java:70
↓ 1 callersMethodselectAvailableApplyById
@Author hmr @Description 根据id查询可以发放金额的申请信息 @Date: 2020/4/15 9:24 @param id @reture: top.imuster.order.api.pojo.ProductDonationApplyInfo
irh-service/irh-service-order/src/main/java/top/imuster/order/provider/dao/ProductDonationApplyInfoDao.java:28
↓ 1 callersMethodselectBriefByHotTopicId
@Author hmr @Description 根据redis中的热搜id获得文章信息,并直接封装成一个ForumHotTopic对象 @Date: 2020/2/17 12:00 @param aLong @reture: ForumHotTopicInfo
irh-service/irh-service-forum/src/main/java/top/imuster/life/provider/dao/ArticleInfoDao.java:124
↓ 1 callersMethodselectBriefInfoList
@Author hmr @Description 分页获得简略信息 @Date: 2020/5/25 10:32 @param condition @reture: java.util.List<top.imuster.user.api.pojo.PropagateInfo>
irh-service/irh-service-user/src/main/java/top/imuster/user/provider/dao/PropagateInfoDao.java:26
↓ 1 callersMethodselectCollectByCondition
@Author hmr @Description 查看收藏列表 @Date: 2020/2/11 15:39 @param searchCondition @reture: java.util.List<ArticleInfo>
irh-service/irh-service-forum/src/main/java/top/imuster/life/provider/dao/ArticleCollectionDao.java:23
↓ 1 callersMethodselectDonationCount
@Author hmr @Description 获得可分配金额的公益捐赠订单总数 @Date: 2020/6/13 15:43 @param @reture: java.lang.Integer
irh-service/irh-service-order/src/main/java/top/imuster/order/provider/dao/OrderInfoDao.java:134
↓ 1 callersMethodselectDonationListByCondition
@Author hmr @Description 查询公益订单信息 @Date: 2020/6/13 15:51 @param @reture: java.util.List<top.imuster.order.api.pojo.OrderInfo>
irh-service/irh-service-order/src/main/java/top/imuster/order/provider/dao/OrderInfoDao.java:143
↓ 1 callersMethodselectDonationMoneyByUserId
@Author hmr @Description 查询用户的总捐款数 @Date: 2020/5/26 18:43 @param id @reture: java.lang.String
irh-service/irh-service-goods/src/main/java/top/imuster/goods/dao/ProductInfoDao.java:146
↓ 1 callersMethodselectEmailById
(Long id)
irh-service/irh-service-user/src/main/java/top/imuster/user/provider/dao/UserInfoDao.java:27
↓ 1 callersMethodselectEntryList
(T condtion)
irh-common/irh-common-base/src/main/java/top/imuster/common/base/service/BaseServiceImpl.java:69
↓ 1 callersMethodselectEntryList
(KEY...key)
irh-common/irh-common-base/src/main/java/top/imuster/common/base/dao/BaseDaoImpl.java:57
↓ 1 callersMethodselectErrandBrief
@Author hmr @Description @Date: 2020/5/10 15:47 @param conditon @reture: java.util.List<top.imuster.life.api.pojo.ErrandInfo>
irh-service/irh-service-goods/src/main/java/top/imuster/goods/dao/ErrandInfoDao.java:59
↓ 1 callersMethodselectFinishApplyList
@Author hmr @Description 查看已经转账的订单的具体信息 @Date: 2020/4/16 8:58 @param param key: startIndex 和 pageSize @reture: java.util.List<top.imuster.order.api.p
irh-service/irh-service-order/src/main/java/top/imuster/order/provider/dao/ProductDonationApplyInfoDao.java:37
↓ 1 callersMethodselectFirstClassReviewByArticleId
@Author hmr @Description 根据文章信息查找一级留言信息 @Date: 2020/4/10 17:18 @param searchCondition @reture: java.util.List<top.imuster.life.api.pojo.ArticleReviewI
irh-service/irh-service-forum/src/main/java/top/imuster/life/provider/dao/ArticleReviewDao.java:52
↓ 1 callersMethodselectFirstClassReviewListByArticleId
@Author hmr @Description 根据文章id分页查询一级留言的信息 @Date: 2020/3/15 9:53 @param page @param userId @reture: top.imuster.common.base.wrapper.Message<top.imuste
irh-service/irh-service-forum/src/main/java/top/imuster/life/provider/service/ArticleReviewService.java:74
↓ 1 callersMethodselectGoodsBrowseTotalByUserId
@Author hmr @Description 获得用户发布商品的浏览总数 @Date: 2020/5/26 16:34 @param id @reture: java.lang.Integer
irh-service/irh-service-goods/src/main/java/top/imuster/goods/dao/ProductInfoDao.java:137
↓ 1 callersMethodselectHasSessionHistory
@Author hmr @Description 根据接收方和发送方的id查看是否之前有聊天记录,有则返回sessionCode,没有则返回null @Date: 2020/7/15 10:19 @param params @reture: int
irh-service/irh-service-messageAndSearch/src/main/java/top/imuster/message/provider/dao/ChatSessionInfoDao.java:25
↓ 1 callersMethodselectIncrementUserByTime
@Author hmr @Description 获得一个时间范围内用户注册量 @Date: 2020/2/26 11:37 @param start @param end @reture: long
irh-service/irh-service-user/src/main/java/top/imuster/user/provider/dao/UserInfoDao.java:64
↓ 1 callersMethodselectInfoByIds
@Author hmr @Description @Date: 2020/5/24 16:06 @param res @reture: java.util.List<top.imuster.goods.api.pojo.ProductDemandInfo>
irh-service/irh-service-goods/src/main/java/top/imuster/goods/dao/ProductDemandInfoDao.java:53
↓ 1 callersMethodselectList
(ErrandInfo searchCondition)
irh-service/irh-service-goods/src/main/java/top/imuster/goods/dao/impl/ErrandInfoDaoImpl.java:29
↓ 1 callersMethodselectMaxScoreTop
@Author hmr @Description 获得score前topic的targetId和score @Date: 2020/2/14 12:40 @param topic @reture: java.util.List<ArticleInfo>
irh-service/irh-service-forum/src/main/java/top/imuster/life/provider/dao/ForumHotTopicDao.java:43
↓ 1 callersMethodselectNewestApplyInfo
@Author hmr @Description 获得最新通过审核的申请 @Date: 2020/4/18 10:21 @param @reture: top.imuster.order.api.pojo.ProductDonationApplyInfo
irh-service/irh-service-order/src/main/java/top/imuster/order/provider/dao/ProductDonationApplyInfoDao.java:64
↓ 1 callersMethodselectOrderAmountTotalByCreateTime
@Author hmr @Description 根据开始时间获得该时间之前的所有有效的订单总金额 @Date: 2020/3/2 16:35 @param s 开始时间 @reture: long @return
irh-service/irh-service-order/src/main/java/top/imuster/order/provider/dao/OrderInfoDao.java:53
↓ 1 callersMethodselectOrderByOrderCode
@Description: 通过订单号查询订单信息 @Author: hmr @Date: 2019/12/23 21:30 @param orderCode @reture: top.imuster.order.api.pojo.OrderInfo
irh-service/irh-service-order/src/main/java/top/imuster/order/provider/dao/OrderInfoDao.java:25
↓ 1 callersMethodselectOrderListByFinishApplyId
@Author hmr @Description 通过已经发放资金的申请id查看使用了哪些订单 @Date: 2020/4/16 9:18 @param applyId @reture: java.util.List<top.imuster.order.api.pojo.OrderInfo>
irh-service/irh-service-order/src/main/java/top/imuster/order/provider/dao/ProductDonationOrderRelDao.java:24
↓ 1 callersMethodselectOrderListByUserId
@Author hmr @Description 用户查看订单的时候计算属于他的订单 @Date: 2020/4/13 15:01 @param orderInfo @reture: java.util.List<top.imuster.order.api.pojo.OrderInfo>
irh-service/irh-service-order/src/main/java/top/imuster/order/provider/dao/OrderInfoDao.java:89
↓ 1 callersMethodselectOrderListCountByUserId
@Author hmr @Description 用户查看订单的时候计算属于他的订单的数量 @Date: 2020/4/13 14:52 @param orderInfo @reture: java.lang.Integer
irh-service/irh-service-order/src/main/java/top/imuster/order/provider/dao/OrderInfoDao.java:80
↓ 1 callersMethodselectOrderTotalByCreateTime
@Author hmr @Description 根据时间获得该时间前生成的订单数量 @Date: 2020/3/2 17:00 @param s @reture: long
irh-service/irh-service-order/src/main/java/top/imuster/order/provider/dao/OrderInfoDao.java:62
↓ 1 callersMethodselectOrderVersionById
@Author hmr @Description 根据订单id获得订单的版本信息 @Date: 2020/4/15 16:16 @param id @reture: java.lang.Integer
irh-service/irh-service-order/src/main/java/top/imuster/order/provider/dao/OrderInfoDao.java:107
↓ 1 callersMethodselectOtherRoleByAdminId
@Author hmr @Description 根据管理员id获得该管理员不拥有的角色信息 @Date: 2020/1/22 10:18 @param adminId @reture: java.util.ArrayList<top.imuster.user.api.pojo.RoleInfo>
irh-security/src/main/java/top/imuster/auth/dao/RoleInfoDao.java:44
↓ 1 callersMethodselectParentWriterIdById
@Author hmr @Description 根据留言id获得父级留言的作者 @Date: 2020/5/7 8:40 @param pid @reture: java.lang.Long
irh-service/irh-service-goods/src/main/java/top/imuster/goods/dao/ProductMessageDao.java:39
↓ 1 callersMethodselectParentWriterIdById
@Author hmr @Description 根据parentId查询该记录的作者 @Date: 2020/5/7 8:45 @param parentId @reture: java.lang.Long
irh-service/irh-service-forum/src/main/java/top/imuster/life/provider/dao/ArticleReviewDao.java:61
↓ 1 callersMethodselectProductBriefInfoById
@Author hmr @Description 根据商品id获得商品的简略信息 @Date: 2020/2/7 16:50 @param id @reture: java.lang.String
irh-service/irh-service-goods/src/main/java/top/imuster/goods/dao/ProductInfoDao.java:55
↓ 1 callersMethodselectProductBriefInfoByIds
@Author hmr @Description 根据ids查询商品简略信息 @Date: 2020/5/14 15:48 @param ids @reture: java.util.List<top.imuster.goods.api.pojo.ProductInfo>
irh-service/irh-service-goods/src/main/java/top/imuster/goods/dao/ProductInfoDao.java:128
↓ 1 callersMethodselectProductInfoByMessageId
@Author hmr @Description 根据留言id查询所属商品 @Date: 2020/1/22 11:37 @param id @reture: top.imuster.goods.api.pojo.ProductInfo
irh-service/irh-service-goods/src/main/java/top/imuster/goods/dao/ProductInfoDao.java:46
↓ 1 callersMethodselectReceiverIdById
@Author hmr @Description 根据id获得接收者id @Date: 2020/5/8 16:14 @param id @reture: java.lang.Long
irh-service/irh-service-messageAndSearch/src/main/java/top/imuster/message/provider/dao/NewsInfoDao.java:43
↓ 1 callersMethodselectReplyTotalByDemandId
@Author hmr @Description 根据demandId查询回复总数 @Date: 2020/5/4 19:24 @param id @reture: java.lang.Integer
irh-service/irh-service-goods/src/main/java/top/imuster/goods/dao/ProductDemandReplyInfoDao.java:22
↓ 1 callersMethodselectReplyTotalById
@Author hmr @Description 根据一级留言id查看该留言下的回复数量 @Date: 2020/5/6 19:49 @param id @reture: java.lang.Integer
irh-service/irh-service-goods/src/main/java/top/imuster/goods/dao/ProductMessageDao.java:30
↓ 1 callersMethodselectRoleAndAuth
@Description: 获得所有角色和对应的权限 @Author: hmr @Date: 2019/12/24 16:10 @param @reture: java.util.List<top.imuster.user.api.pojo.RoleInfo>
irh-security/src/main/java/top/imuster/auth/dao/RoleInfoDao.java:34
↓ 1 callersMethodselectRoleAndAuthByRoleId
@Description: 根据角色的id查询角色所有的权限 @Author: hmr @Date: 2019/12/18 14:51 @param roleId @reture: top.imuster.user.api.pojo.RoleInfo
irh-security/src/main/java/top/imuster/auth/dao/RoleInfoDao.java:25
↓ 1 callersMethodselectRoleAndAuthByRoleName
@Author hmr @Description 根据角色的名称查询角色所有的权限 @Date: 2020/1/30 16:31 @param roleName @reture: top.imuster.user.api.pojo.RoleInfo
irh-security/src/main/java/top/imuster/auth/dao/RoleInfoDao.java:53
↓ 1 callersMethodselectRoleNameByAuthId
@Author hmr @Description 根据权限id获得角色的名称 @Date: 2020/5/25 15:46 @param id @reture: java.util.List<java.lang.String>
irh-security/src/main/java/top/imuster/auth/service/AuthRoleRelService.java:32
↓ 1 callersMethodselectRoleNameByUserName
@Author hmr @Description 根据登录名查询用户角色 @Date: 2020/1/30 17:56 @param loginName @reture: java.util.List<java.lang.String>
irh-security/src/main/java/top/imuster/auth/dao/UserRoleRelDao.java:26
↓ 1 callersMethodselectSaleTotalByUserId
@Author hmr @Description 卖出的总数 @Date: 2020/5/26 19:25 @param id @reture: java.lang.Integer
irh-service/irh-service-goods/src/main/java/top/imuster/goods/dao/ProductInfoDao.java:155
↓ 1 callersMethodselectSalerIdByProductId
@Author hmr @Description 根据id查询卖家id @Date: 2020/1/21 10:47 @param id @reture: java.lang.String
irh-service/irh-service-goods/src/main/java/top/imuster/goods/dao/ProductInfoDao.java:37
↓ 1 callersMethodselectScoreByTargetId
@Author hmr @Description 根据targetId从数据库中查找score @Date: 2020/2/14 11:17 @param i @reture: java.lang.Integer
irh-service/irh-service-forum/src/main/java/top/imuster/life/provider/dao/ForumHotTopicDao.java:24
↓ 1 callersMethodselectStateByIdAndVersion
@Author hmr @Description 根据id查看state @Date: 2020/2/12 11:21 @param id @reture: java.lang.Integer
irh-service/irh-service-goods/src/main/java/top/imuster/goods/dao/ErrandInfoDao.java:32
↓ 1 callersMethodselectSystemNews
@Author hmr @Description 获得系统通知 @Date: 2020/5/22 11:04 @param page @param currentPage @param userId @reture: top.imuster.common.base.wrapper.Message<t
irh-service/irh-service-messageAndSearch/src/main/java/top/imuster/message/provider/service/NewsInfoService.java:84
↓ 1 callersMethodselectSystemNewsByPage
@Author hmr @Description @Date: 2020/5/22 11:09 @param newsInfo @reture: java.util.List<top.imuster.message.pojo.NewsInfo>
irh-service/irh-service-messageAndSearch/src/main/java/top/imuster/message/provider/dao/NewsInfoDao.java:97
↓ 1 callersMethodselectSystemNewsTotalByUserId
@Author hmr @Description 获得用户的系统通知总数 @Date: 2020/5/22 11:06 @param userId @reture: java.lang.Integer
irh-service/irh-service-messageAndSearch/src/main/java/top/imuster/message/provider/dao/NewsInfoDao.java:88
↓ 1 callersMethodselectSystemUnreadTotal
@Author hmr @Description 获得系统未读的总数 @Date: 2020/5/22 10:06 @param newsInfo @reture: java.lang.Integer
irh-service/irh-service-messageAndSearch/src/main/java/top/imuster/message/provider/dao/NewsInfoDao.java:61
↓ 1 callersMethodselectTagByUserId
@Author hmr @Description @Date: 2020/3/28 16:14 @param userId @reture: java.util.List<java.lang.Long>
irh-service/irh-service-user/src/main/java/top/imuster/user/provider/dao/UserInterestTagRelDao.java:32
↓ 1 callersMethodselectTagCountByTagId
@Author hmr @Description 根据id获得有多少人使用了该标签 @Date: 2020/2/6 14:36 @param id @reture: java.lang.Long
irh-service/irh-service-user/src/main/java/top/imuster/user/provider/dao/UserInterestTagRelDao.java:23
↓ 1 callersMethodselectTagNameById
@Author hmr @Description 根据id获得兴趣标签的名字 @Date: 2020/2/6 17:40 @param id @reture: java.lang.String
irh-service/irh-service-user/src/main/java/top/imuster/user/provider/dao/InterestTagInfoDao.java:21
↓ 1 callersMethodselectTotalByUserId
@Author hmr @Description 根据用户id获得该用户收藏了多少文章 @Date: 2020/2/15 15:39 @param userId @reture: java.lang.Long
irh-service/irh-service-forum/src/main/java/top/imuster/life/provider/dao/ArticleCollectionDao.java:32
↓ 1 callersMethodselectUnfinishApplyList
@Author hmr @Description 查看正在审核的申请 @Date: 2020/4/16 9:42 @param param @reture: java.util.List<top.imuster.order.api.pojo.ProductDonationApplyInfo>
irh-service/irh-service-order/src/main/java/top/imuster/order/provider/dao/ProductDonationApplyInfoDao.java:55
↓ 1 callersMethodselectUpListByCondition
@Author hmr @Description 根据条件查询点赞记录 @Date: 2020/2/11 15:51 @param condition @reture: java.util.List<UserForumAttributeInfo>
irh-service/irh-service-forum/src/main/java/top/imuster/life/provider/dao/UserForumAttributeDao.java:24
↓ 1 callersMethodselectUpTop5ByCategoryId
@Author hmr @Description 根据分类id获得该分类下点赞数最大的5个 @Date: 2020/2/15 16:01 @param id @reture: java.util.List<ArticleInfo>
irh-service/irh-service-forum/src/main/java/top/imuster/life/provider/dao/ArticleInfoDao.java:87
↓ 1 callersMethodselectUserArticleRank
@Author hmr @Description 根据用户发布文章获得的点赞,收藏,转发数量获得排名 @Date: 2020/4/8 17:46 @param userId @param total @reture: java.lang.Long
irh-service/irh-service-forum/src/main/java/top/imuster/life/provider/dao/ArticleInfoDao.java:143
↓ 1 callersMethodselectUserBriefTotalById
@Author hmr @Description 根据用户id获得用户文章的点赞总数 @Date: 2020/2/15 15:43 @param userId @reture: java.lang.LongF @return
irh-service/irh-service-forum/src/main/java/top/imuster/life/provider/dao/ArticleInfoDao.java:78
↓ 1 callersMethodselectUserDtoById
@Author hmr @Description 通过id获得用户的简略信息 @Date: 2020/4/10 16:32 @param userId @reture: top.imuster.common.core.dto.UserDto
irh-service/irh-service-user/src/main/java/top/imuster/user/provider/dao/UserInfoDao.java:73
↓ 1 callersMethodselectUserIdByDemandId
@Author hmr @Description 根据主键id查询发布者id @Date: 2020/5/3 16:18 @param id @reture: java.lang.Long
irh-service/irh-service-goods/src/main/java/top/imuster/goods/dao/ProductDemandInfoDao.java:35
↓ 1 callersMethodselectUserIdById
@Author hmr @Description 根据id查看收藏id的人 @Date: 2020/5/9 8:44 @param id @reture: java.lang.Long
irh-service/irh-service-goods/src/main/java/top/imuster/goods/dao/ProductCollectRelDao.java:22
↓ 1 callersMethodselectUserIdByMessageParentId
@Author hmr @Description 根据父id获得父id对应的消息的发送者的id @Date: 2020/1/21 11:21 @param parentId @reture: java.lang.String
irh-service/irh-service-goods/src/main/java/top/imuster/goods/dao/ProductMessageDao.java:21
↓ 1 callersMethodselectUserIdByOpenId
@Author hmr @Description @Date: 2020/5/19 15:35 @param openId @reture: java.lang.Long
irh-security/src/main/java/top/imuster/auth/dao/WxAppLoginDao.java:21
↓ 1 callersMethodselectUserIdByProductId
@Author hmr @Description @Date: 2020/5/3 16:26 @param id @reture: java.lang.Long
irh-service/irh-service-goods/src/main/java/top/imuster/goods/dao/ProductInfoDao.java:83
↓ 1 callersMethodselectUserIdByReviewId
@Author hmr @Description 根据回复id获得用户id @Date: 2020/2/5 10:44 @param targetId @reture: java.lang.Long
irh-service/irh-service-forum/src/main/java/top/imuster/life/provider/dao/ArticleReviewDao.java:24
↓ 1 callersMethodselectUserInfoByEmail
@Author hmr @Description @Date: 2020/1/29 14:24 @param condition @reture: top.imuster.user.api.pojo.UserInfo
irh-service/irh-service-user/src/main/java/top/imuster/user/provider/dao/UserInfoDao.java:36
↓ 1 callersMethodselectUserNameById
@Author hmr @Description 根据用户id获得用户昵称 @Date: 2020/2/6 16:56 @param id @reture: java.lang.String
irh-service/irh-service-user/src/main/java/top/imuster/user/provider/dao/UserInfoDao.java:45
↓ 1 callersMethodselectUserTotalByCreateTime
@Author hmr @Description 根据时间获得该时间之前注册的人 @Date: 2020/2/26 11:29 @param s @reture: long
irh-service/irh-service-user/src/main/java/top/imuster/user/provider/dao/UserInfoDao.java:54
↓ 1 callersMethodsendBindingEmail
@Author hmr @Description 发送绑定微信的邮箱验证码 @Date: 2020/5/19 18:34 @param userDto @reture: top.imuster.common.base.wrapper.Message<java.lang.String>
irh-security/src/main/java/top/imuster/auth/service/WxAppLoginService.java:43
↓ 1 callersMethodsendMessage
(ErrandOrderInfo orderInfo)
irh-service/irh-service-order/src/main/java/top/imuster/order/provider/components/ErrandOrderListener.java:91
↓ 1 callersMethodsendMessage
(ErrandOrderEvaluateInfo evaluateInfo)
irh-service/irh-service-order/src/main/java/top/imuster/order/provider/service/impl/ErrandOrderEvaluateInfoServiceImpl.java:70
↓ 1 callersMethodsendRegistEmail
@Author hmr @Description 发送注册邮件 @Date: 2020/3/1 16:21 @param sendEmailDto @reture: void
irh-common/irh-common-core/src/main/java/top/imuster/common/core/utils/GenerateSendMessageService.java:61
↓ 1 callersMethodsetAbscissaUnit
(List<String> abscissaUnit)
irh-service-api/irh-service-order-api/src/main/java/top/imuster/order/api/dto/OrderTrendDto.java:84
↓ 1 callersMethodsetAbscissaUnit
(List<String> abscissaUnit)
irh-service-api/irh-service-user-api/src/main/java/top/imuster/user/api/dto/UserTrendDto.java:61
↓ 1 callersMethodsetAcademyName
(String academyName)
irh-service-api/irh-service-user-api/src/main/java/top/imuster/user/api/dto/UserAuthenResultDto.java:60
↓ 1 callersMethodsetAcademyName
(String academyName)
irh-service-api/irh-service-user-api/src/main/java/top/imuster/user/api/pojo/UserInfo.java:242
↓ 1 callersMethodsetAddress
(String address)
irh-service-api/irh-service-order-api/src/main/java/top/imuster/order/api/pojo/ErrandOrderInfo.java:90
↓ 1 callersMethodsetAddress
(String address)
irh-service-api/irh-service-goods-api/src/main/java/top/imuster/goods/api/pojo/ErrandInfo.java:87
↓ 1 callersMethodsetApplyUserId
(Long applyUserId)
irh-service-api/irh-service-order-api/src/main/java/top/imuster/order/api/pojo/ProductDonationApplyInfo.java:170
↓ 1 callersMethodsetArticleId
(Long articleId)
irh-service-api/irh-service-forum-api/src/main/java/top/imuster/life/api/pojo/ArticleReviewInfo.java:133
↓ 1 callersMethodsetAuthenticationManager
(AuthenticationManager authenticationManager)
irh-security/src/main/java/top/imuster/auth/component/login/WxAppAuthenticationFilter.java:35
↓ 1 callersMethodsetAuthenticationManager
(AuthenticationManager authenticationManager)
irh-security/src/main/java/top/imuster/auth/component/login/SmsCodeAuthenticationFilter.java:42
↓ 1 callersMethodsetAuthenticationManager
(AuthenticationManager authenticationManager)
irh-security/src/main/java/top/imuster/auth/component/login/PasswordAuthenticationFilter.java:48
↓ 1 callersMethodsetAvaliable
(Integer available)
irh-service-api/irh-service-user-api/src/main/java/top/imuster/user/api/pojo/InterestTagInfo.java:51
↓ 1 callersMethodsetBrowseDate
(String browseDate)
irh-service-api/irh-service-goods-api/src/main/java/top/imuster/goods/api/pojo/ProductInfo.java:125
↓ 1 callersMethodsetBrowser
(String browser)
irh-common/irh-common-core/src/main/java/top/imuster/common/core/dto/OperationLogDto.java:236
↓ 1 callersMethodsetBrowserType
(BrowserType browserType)
irh-common/irh-common-core/src/main/java/top/imuster/common/core/dto/BrowseRecordDto.java:38
↓ 1 callersMethodsetCategoryId
(Long categoryId)
irh-service-api/irh-service-goods-api/src/main/java/top/imuster/goods/api/pojo/ProductCategoryRel.java:55
↓ 1 callersMethodsetCategoryId
(Long categoryId)
irh-service-api/irh-service-goods-api/src/main/java/top/imuster/goods/api/pojo/ProductInfo.java:188
↓ 1 callersMethodsetCategoryId
(Long categoryId)
irh-service-api/irh-service-forum-api/src/main/java/top/imuster/life/api/pojo/ArticleInfo.java:101
↓ 1 callersMethodsetChildTotalCount
(Integer childTotalCount)
irh-service-api/irh-service-forum-api/src/main/java/top/imuster/life/api/pojo/ArticleReviewInfo.java:119
↓ 1 callersMethodsetClassName
(String className)
irh-common/irh-common-core/src/main/java/top/imuster/common/core/dto/OperationLogDto.java:300
← previousnext →801–900 of 2,930, ranked by callers