修改
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2024-09-12 17:31:33 +08:00
parent 6fd9bd94df
commit c9b1e5f92a
2 changed files with 72 additions and 29 deletions
@@ -1089,9 +1089,7 @@ namespace IRaCIS.Application.Services
.WhereIf(inDto.QuestionClassify != null, x => x.QuestionClassify == inDto.QuestionClassify)
.Where(x => x.ReadingQuestionCriterionTrialId == inDto.TrialReadingCriterionId).ProjectTo<TrialReadQuestionData>(_mapper.ConfigurationProvider, new
{
isEn_Us = _userInfo.IsEn_Us
}).OrderBy(x => x.ShowOrder).ToListAsync();
var taskInfo = new VisitTaskDto();
if (inDto.TaskId != null)