修改状态

Uat_Study
hang 2022-06-13 14:55:08 +08:00
parent 2fbbbedadf
commit e90a247873
1 changed files with 1 additions and 0 deletions

View File

@ -192,6 +192,7 @@ namespace IRaCIS.Core.Application.Service
}
task.AllocateTime = DateTime.Now;
task.TaskState = TaskState.Allocated;
}
}
await _visitTaskRepository.SaveChangesAsync();