瀏覽代碼

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

yuanrf 6 天之前
父節點
當前提交
789d34bd7b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      OASystem/OASystem.Infrastructure/Repositories/Groups/ProcessOverviewRepository.cs

+ 1 - 1
OASystem/OASystem.Infrastructure/Repositories/Groups/ProcessOverviewRepository.cs

@@ -808,7 +808,7 @@ namespace OASystem.Infrastructure.Repositories.Groups
                 39,    // 企业团
                 40,    // 散客团
                 1048,  // 高校团
-                248,   // 非团组
+                //248,   // 非团组
             };
 
             var groupInfos = await _sqlSugar.Queryable<Grp_DelegationInfo>().Where(x => x.IsDel == 0 && groupTypeIds.Contains(x.TeamDid)).ToListAsync();