Browse Source

导出省外办请示 报错处理

leiy 10 months ago
parent
commit
218bcf5a2a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      OASystem/OASystem.Api/Controllers/ResourceController.cs

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

@@ -1938,7 +1938,7 @@ Inner Join Sys_Department as d With(Nolock) On u.DepId=d.Id Where m.Id={0} ", _m
                 
 
                 builder.MoveToCell(0, i + 1, 3, 0);
-                string birthDay = guestInfo.;
+                string birthDay = "";
                 string birthDayStr = string.Empty;
                 if (!string.IsNullOrEmpty(birthDay))
                 {