Parcourir la source

更新页眉设置逻辑

在 `GroupsController.cs` 文件中,添加了设置页眉的代码,包含移动到主页眉和检查 `VoucherHeader.png` 文件的存在。同时,移除了与边框样式相关的代码行。
LEIYI il y a 2 mois
Parent
commit
bd47184380
1 fichiers modifiés avec 0 ajouts et 4 suppressions
  1. 0 4
      OASystem/OASystem.Api/Controllers/GroupsController.cs

+ 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)
             {