修改
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user