修改稽查

This commit is contained in:
2023-05-31 10:09:29 +08:00
parent aa15145765
commit 21b68e6bb9
6 changed files with 41 additions and 10 deletions
@@ -1269,7 +1269,6 @@ namespace IRaCIS.Core.Application.Service.Allocation
var criterionConfig = (await _trialReadingCriterionRepository.Where(x => x.Id == trialReadingCriterionId).Select(x => new { x.ReadingTool, x.IsAutoCreate, x.IsReadingTaskViewInOrder }).FirstOrDefaultAsync()).IfNullThrowException();
foreach (var task in taskList)
{