Explorar o código

导出省外办请示 报错处理

leiy hai 1 ano
pai
achega
218bcf5a2a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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))
                 {