| 
					
				 | 
			
			
				@@ -16333,6 +16333,8 @@ FROM 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             bool hotelIsTrue = _sqlSugar.Queryable<Grp_HotelInquiry>().Where(x => x.DiId == diid && x.IsDel == 0).Count() > 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            var groupModuleOperators = GeneralMethod.GetGroupModuleOperators(diid); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             return Ok(JsonView(new 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 groupList, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -16354,7 +16356,8 @@ FROM 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 }).ToList(), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 baoPi = _GroupCostParameterRepository.GetBaoPi(diid), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 blackCodeIsTrue = _sqlSugar.Queryable<Air_TicketBlackCode>().Where(x => x.IsDel == 0 && x.DiId == diid).Any(), //create.Code == 0 ? true : false, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-               hotelIsTrue, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                hotelIsTrue, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                groupModuleOperators 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             })); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 |