修改状态
parent
2fbbbedadf
commit
e90a247873
|
@ -192,6 +192,7 @@ namespace IRaCIS.Core.Application.Service
|
||||||
}
|
}
|
||||||
|
|
||||||
task.AllocateTime = DateTime.Now;
|
task.AllocateTime = DateTime.Now;
|
||||||
|
task.TaskState = TaskState.Allocated;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
await _visitTaskRepository.SaveChangesAsync();
|
await _visitTaskRepository.SaveChangesAsync();
|
||||||
|
|
Loading…
Reference in New Issue