|
@ -90,4 +90,20 @@ public interface InfoReceiversDao extends BaseDao<InfoReceiversEntity> { |
|
|
* @date 2021/8/20 2:31 下午 |
|
|
* @date 2021/8/20 2:31 下午 |
|
|
*/ |
|
|
*/ |
|
|
List<FileCommonDTO> selectReplyAtt(String replyId); |
|
|
List<FileCommonDTO> selectReplyAtt(String replyId); |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* @Description 查询我收到的未读的消息数量 |
|
|
|
|
|
* @Param userId |
|
|
|
|
|
* @author zxc |
|
|
|
|
|
* @date 2021/8/20 4:16 下午 |
|
|
|
|
|
*/ |
|
|
|
|
|
Integer selectUnReadCount(@Param("userId") String userId); |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* @Description 我发出的,新回复数量 |
|
|
|
|
|
* @Param userId |
|
|
|
|
|
* @author zxc |
|
|
|
|
|
* @date 2021/8/20 4:20 下午 |
|
|
|
|
|
*/ |
|
|
|
|
|
Integer selectNewReplyCount(@Param("userId") String userId); |
|
|
} |
|
|
} |