qc问题 限制
This commit is contained in:
@@ -18,6 +18,8 @@ namespace IRaCIS.Core.Application.Image.QA
|
||||
}
|
||||
|
||||
|
||||
#region 处理方式多选过滤条件
|
||||
|
||||
private Expression<Func<SubjectVisit, bool>> GetSubjectVisitFilter(string[]? VisitPlanArray)
|
||||
{
|
||||
Expression<Func<SubjectVisit, bool>> svExpression = x => true;
|
||||
@@ -71,6 +73,9 @@ namespace IRaCIS.Core.Application.Image.QA
|
||||
return svExpression;
|
||||
}
|
||||
|
||||
|
||||
#endregion
|
||||
|
||||
#region CRC上传、质疑页面
|
||||
/// <summary>
|
||||
/// CRC 访视上传列表
|
||||
|
||||
Reference in New Issue
Block a user