|
@@ -490,7 +490,7 @@ namespace travelExport
|
|
|
|
|
|
if (isTrade)
|
|
|
{
|
|
|
- trip += $"{fallToTime.ToString("HH:mm")} 抵达{end_Object.AirPort}{tabRow["EndBuilding"].ToString().Trim()}航站楼(中转时间:行李直达)";
|
|
|
+ trip += $"{fallToTime.ToString("HH:mm")} 抵达{end_Object.AirPort}{tabRow["EndBuilding"].ToString().Trim()}航站楼(中转时间:行李直达)\r\n";
|
|
|
}
|
|
|
else
|
|
|
{
|
|
@@ -714,7 +714,7 @@ namespace travelExport
|
|
|
10:30 公务活动;";
|
|
|
}
|
|
|
|
|
|
- if (time.Hour < 13)
|
|
|
+ if (time.Hour < 12)
|
|
|
{
|
|
|
trip += $"\r\n12:00 午餐于当地餐厅;";
|
|
|
}
|
|
@@ -1579,7 +1579,7 @@ namespace travelExport
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- if (time.Hour < 13)
|
|
|
+ if (time.Hour < 12)
|
|
|
{
|
|
|
var mealInfo = GetTimeMealInfo(ref listMeal, new DateTime(time.Year, time.Month, time.Day, 12, 00, 00));
|
|
|
|