소스 검색

导出省外办请示 报错处理

leiy 1 년 전
부모
커밋
218bcf5a2a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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))
                 {