|
|
|
|
@ -91,7 +91,7 @@ public class RightsController {
|
|
|
|
|
if(StrUtil.isNotBlank(queryParam.getCode())){ |
|
|
|
|
queryWrapper.eq("a.verified","2"); |
|
|
|
|
} |
|
|
|
|
Page<RpcApplyVo> Records= rpcApplyMapper.queryRightsPage(Page.of(queryParam.getCurrent(), queryParam.getSize()), queryWrapper); |
|
|
|
|
Page<RpcApplyVo> Records= rpcApplyMapper.queryRightsPage(Page.of(queryParam.getCurrent(), 20000L), queryWrapper); |
|
|
|
|
|
|
|
|
|
List<RpcApplyVo> applyList = Records.getRecords(); |
|
|
|
|
if(CollectionUtil.isNotEmpty(applyList)){ |
|
|
|
|
|