yuanrf 1 month ago
parent
commit
371a6d0c5a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      OASystem/OASystem.Api/Controllers/GroupsController.cs

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

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