|
|
@ -74,7 +74,7 @@ public class LingshanOfficeHallServiceRecordServiceImpl extends BaseServiceImpl< |
|
|
|
}); |
|
|
|
} |
|
|
|
PageInfo pageInfo = new PageInfo<>(resultList); |
|
|
|
return new PageData<>(resultList, pageInfo.getTotal()); |
|
|
|
return new PageData<>(resultList, pageInfo.getTotal(),formDTO.getPageSize()); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|