ソースを参照

导出省外办请示 报错处理

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