| 
						
						
							
								
							
						
						
					 | 
					@ -148,8 +148,8 @@ public class FunctionCustomizedServiceImpl extends BaseServiceImpl<FunctionCusto | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        FunctionCustomizedDetailResultDTO resultDTO = baseDao.getFunctionCustomizedByFunctionId(formDTO); | 
					 | 
					 | 
					        FunctionCustomizedDetailResultDTO resultDTO = baseDao.getFunctionCustomizedByFunctionId(formDTO); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        //2.查询是否有客户在使用当前定制功能
 | 
					 | 
					 | 
					        //2.查询是否有客户在使用当前定制功能
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					        CustomerFunctionDetailEntity entity = customerFunctionDetailService.selectById(formDTO.getFunctionId()); | 
					 | 
					 | 
					        List<CustomerFunctionDetailDTO> list = customerFunctionDetailDao.selectCustomerIdByFunctionId(formDTO.getFunctionId()); | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					        if (null == entity || null == entity.getFunctionId()) { | 
					 | 
					 | 
					        if (null == list || list.size() < NumConstant.ONE) { | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					            resultDTO.setIsApply(NumConstant.ZERO); | 
					 | 
					 | 
					            resultDTO.setIsApply(NumConstant.ZERO); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        } else { | 
					 | 
					 | 
					        } else { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            resultDTO.setIsApply(NumConstant.ONE); | 
					 | 
					 | 
					            resultDTO.setIsApply(NumConstant.ONE); | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |