开始测试
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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue