一致性分析规则 列表增加配置信息

This commit is contained in:
2024-03-05 11:43:16 +08:00
parent 74399df5eb
commit b68d060f85
2 changed files with 6 additions and 3 deletions
@@ -715,7 +715,7 @@ namespace IRaCIS.Core.Application
.Where(c => c.TrialSite.CRCUserList.Any(u => u.UserId == _userInfo.Id))
.Where(u => u.SubmitState == SubmitStateEnum.ToSubmit).Count(),
}).Where(x => x.ToBeDealedCount > 0); ;
}).Where(x => x.ToBeDealedCount > 0);