|
@@ -2080,7 +2080,7 @@ FROM
|
|
|
//else { if (__isSuite) hotelCost_day += @$" 小套房/豪华套房:0.00"; }
|
|
|
if (item.Sum(x => x.HotelSuiteFee) != 0) hotelCost_day += @$" 套房:{item.Sum(x => x.HotelSuiteFee).ToString("#0.00")}";
|
|
|
//else { if (__isOther) hotelCost_day += @$" 套房:0.00"; }
|
|
|
- hotelCost_day += @$"</br>";
|
|
|
+ hotelCost_day += @$"<br/>";
|
|
|
}
|
|
|
|
|
|
string hotelBreakfastStr = "", hotelGovernmentRentStr = "", hotelCityTaxStr = "";
|