Ver código fonte

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

Lyyyi 1 semana atrás
pai
commit
e69ffd2e1b

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