ソースを参照

Merge branch 'develop' of http://132.232.92.186:3000/XinXiBu/OA2023 into develop

Lyyyi 1 週間 前
コミット
e69ffd2e1b
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      OASystem/OASystem.Api/Controllers/GroupsController.cs

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

@@ -5553,7 +5553,7 @@ FROM
                         Remark = item.Remark,
                         STid = item.STid,
                     },
-                    Child = JsonConvert.DeserializeObject<List<string>>(item.Remark)
+                    Child = JsonConvert.DeserializeObject<List<string>>(item.Remark) ?? new List<string>()
                 });
             }