This commit is contained in:
he
2023-11-08 09:08:00 +08:00
parent 3457283220
commit 2cc362edfc
4 changed files with 23 additions and 39 deletions
@@ -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)
{