修改
This commit is contained in:
@@ -1816,8 +1816,6 @@ namespace IRaCIS.Application.Services
|
||||
{
|
||||
var tablequestionList = await _readingTableQuestionTrialRepository.Where(x => x.TrialCriterionId == taskinfo.TrialReadingCriterionId && x.ReadingQuestionTrial.LesionType == LesionType.NonTargetLesions).ToListAsync();
|
||||
|
||||
|
||||
|
||||
// 判断表格问题是否为空
|
||||
if (tablequestionList.Count > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user