开始测试

This commit is contained in:
2022-07-15 10:19:12 +08:00
parent 65e0681b8d
commit 282abdf8c8
@@ -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();