开始测试

Uat_Study
hang 2022-07-15 10:19:12 +08:00
parent 65e0681b8d
commit 282abdf8c8
1 changed files with 0 additions and 1 deletions

View File

@ -943,7 +943,6 @@ namespace IRaCIS.Core.Application.Service
public async Task<IResponseOutput> ApplyReReading(ApplyReReadingCommand applyReReadingCommand)
{
throw new BusinessValidationFailedException("正在更新开发ing,不允许操作");
var taskList = await _visitTaskRepository.Where(t => applyReReadingCommand.TaskIdList.Contains(t.Id), true).Include(t => t.JudgeVisitTask).ToListAsync();