浏览代码

优化钉钉人员返回结果

Li 3 年之前
父节点
当前提交
fec3596018
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      TEAMModelBI/Controllers/DingDingStruc/TableDingDingInfoController.cs

+ 1 - 1
TEAMModelBI/Controllers/DingDingStruc/TableDingDingInfoController.cs

@@ -1148,7 +1148,7 @@ namespace TEAMModelBI.Controllers.DingDingStruc
             public string permissions { get; set; }
             public List<string> handleRoles { get; set; }
             public List<string> handlePermissions { get; set; }
-            public List<AdvSchool> handleSchools { get; set; }
+            public List<AdvSchool> handleSchools { get; set; } = new List<AdvSchool>();
         }
 
     }