Kaynağa Gözat

更新页眉设置逻辑

在 `GroupsController.cs` 文件中,添加了设置页眉的代码,包含移动到主页眉和检查 `VoucherHeader.png` 文件的存在。同时,移除了与边框样式相关的代码行。
LEIYI 2 ay önce
ebeveyn
işleme
bd47184380

+ 0 - 4
OASystem/OASystem.Api/Controllers/GroupsController.cs

@@ -20334,8 +20334,6 @@ AirHotelPrice
 
                 #endregion
 
-
-
                 #region 设置页眉
 
                 builder.MoveToHeaderFooter(HeaderFooterType.HeaderPrimary);
@@ -20379,8 +20377,6 @@ AirHotelPrice
 
 
                 #endregion
-
-
             }
             catch (Exception ex)
             {