yuanrf 5 months ago
parent
commit
a74ce10fea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      OASystem/OASystem.Api/Controllers/GroupsController.cs

+ 1 - 1
OASystem/OASystem.Api/Controllers/GroupsController.cs

@@ -2079,7 +2079,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 = "";