修改消息小类型的全部查询
This commit is contained in:
		@ -27,6 +27,9 @@ public interface WgzMessageMapper extends BaseMapperPlus<WgzMessage> {
 | 
			
		||||
 | 
			
		||||
	Page<WgzAppGetMessageListRes> userGetMessageList(@Param("page") Page<WgzAppGetMessageListReq> page,@Param("req") WgzAppGetMessageListReq req);
 | 
			
		||||
 | 
			
		||||
	//	//根据招工id获取到招工的信息+附件
 | 
			
		||||
	//根据招工id获取到招工的信息+附件
 | 
			
		||||
	WgzAppRegistrationInformationRes findByRecruitIdData(@Param("recruitId") Long recruitId);
 | 
			
		||||
 | 
			
		||||
	//分页查询消息列表
 | 
			
		||||
	Page<WgzAppGetMessageListRes> pagingQueryTheMessageList(@Param("page") Page<WgzAppGetMessageListReq> page,@Param("req") WgzAppGetMessageListReq req);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user