This commit is contained in:
he
2022-11-21 16:20:56 +08:00
parent f35f3bf70f
commit 8a2545a5c4
2 changed files with 2 additions and 2 deletions
@@ -1147,7 +1147,7 @@ namespace IRaCIS.Application.Services
throw new BusinessValidationFailedException("当没有任务Id的时候,标准Id必传");
}
if (inDto.VisistTaskId != null)
if (inDto.VisitTaskId != null)
{
task = await _visitTaskRepository.Where(x => x.Id == inDto.VisistTaskId).Select(x => new GetReadingTaskDto()
{