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