| 
					
				 | 
			
			
				@@ -859,7 +859,7 @@ namespace OASystem.Infrastructure.Repositories.Groups 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 return _result; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            string sql = string.Format(@"Select hr.Id,hr.DiId,hr.GTId,hr.CTDId,hr.CheckNumber,hr.ReservationsWebsite,hr.ReservationsNo, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            string sql = string.Format(@"Select hr.Id,hr.DiId,hr.GTId,ccp.CTDId,hr.CheckNumber,hr.ReservationsWebsite,hr.ReservationsNo, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                          hr.DetermineNo,hr.City,hr.HotelName,hr.HotelTel,hr.HotelAddress,hr.GuestName,hr.CheckInDate,hr.CheckOutDate, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                          hr.CheckType,hr.RoomExplanation,hr.Remark As HotelRemark,hr.SingleRoomPrice,hr.SingleRoomCount,hr.DoubleRoomPrice, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                          hr.DoubleRoomCount,hr.SuiteRoomPrice,hr.SuiteRoomCount,hr.OtherRoomPrice,hr.OtherRoomCount,hr.CardPrice, 
			 |