yuanrf hai 9 meses
pai
achega
a74ce10fea
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 = "";