Selaa lähdekoodia

团组流程通知 -> 非团组(248)类型不参与企微消息通知

Lyyyi 16 tuntia sitten
vanhempi
commit
a8c52d9404

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