소스 검색

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>()
                 });
             }