|
|
@ -231,7 +231,7 @@ public class FunctionCustomizedServiceImpl extends BaseServiceImpl<FunctionCusto |
|
|
|
int pageIndex = (formDTO.getPageNo() - NumConstant.ONE) * formDTO.getPageSize(); |
|
|
|
formDTO.setPageNo(pageIndex); |
|
|
|
FunctionCustomizedListResultDTO resultDTO = new FunctionCustomizedListResultDTO(); |
|
|
|
resultDTO.setListDTOS(baseDao.selectListFunctionCustomizedList(formDTO)); |
|
|
|
resultDTO.setList(baseDao.selectListFunctionCustomizedList(formDTO)); |
|
|
|
resultDTO.setTotal(baseDao.countTotalFunctionCustomizedList(formDTO)); |
|
|
|
return new Result<FunctionCustomizedListResultDTO>().ok(resultDTO); |
|
|
|
} |
|
|
|