yuanrf 9 月之前
父節點
當前提交
a74ce10fea
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 = "";