|  | @@ -85,7 +85,7 @@ namespace OASystem.Infrastructure.Repositories.Groups
 | 
	
		
			
				|  |  |                      var dayAndCostSql = string.Format(@"Select ntf.Country,ntf.City,ssd.Name CurremcyCode,ssd.Remark CurrencyName,gdac.* From Grp_DayAndCost gdac
 | 
	
		
			
				|  |  |                                                          Left Join Grp_NationalTravelFee ntf On ntf.Id = gdac.NationalTravelFeeId
 | 
	
		
			
				|  |  |                                                          Left Join Sys_SetData ssd On ssd.STid = 66 And gdac.Currency = ssd.Id
 | 
	
		
			
				|  |  | -                                                        Where gdac.Isdel = 0 And gdac.DiId = {0} Order By [Type] ASC,[Days] ASC", dto.DiId);
 | 
	
		
			
				|  |  | +                                                        Where gdac.Isdel = 0 And ntf.IsDel = 0 And gdac.DiId = {0} Order By [Type] ASC,[Days] ASC", dto.DiId);
 | 
	
		
			
				|  |  |                      var dayAndCostData = await _sqlSugar.SqlQueryable<DayAndCostInfoView>(dayAndCostSql).ToListAsync();
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  
 |