修改消息xml的req请求参数
This commit is contained in:
@ -25,7 +25,7 @@ import java.util.Map;
|
||||
@CacheNamespace(implementation = MybatisPlusRedisCache.class, eviction = MybatisPlusRedisCache.class)
|
||||
public interface WgzMessageMapper extends BaseMapperPlus<WgzMessage> {
|
||||
|
||||
Page<WgzAppGetMessageListRes> userGetMessageList(@Param("page") Page<WgzAppGetMessageListReq> page);
|
||||
Page<WgzAppGetMessageListRes> userGetMessageList(@Param("page") Page<WgzAppGetMessageListReq> page,@Param("req") WgzAppGetMessageListReq req);
|
||||
|
||||
// //根据招工id获取到招工的信息+附件
|
||||
WgzAppRegistrationInformationRes findByRecruitIdData(@Param("recruitId") Long recruitId);
|
||||
|
||||
Reference in New Issue
Block a user