修改bug
This commit is contained in:
@@ -1508,10 +1508,10 @@ namespace IRaCIS.Core.Application.Service.Allocation
|
||||
RequestReReadingResultEnum = RequestReReadingResult.Agree,
|
||||
});
|
||||
|
||||
await _visitTaskRepository.UpdatePartialFromQueryAsync(t => t.Id == origenalTask.Id, u => new VisitTask()
|
||||
{
|
||||
ReReadingApplyState = ReReadingApplyState.Agree
|
||||
});
|
||||
//await _visitTaskRepository.UpdatePartialFromQueryAsync(t => t.Id == origenalTask.Id, u => new VisitTask()
|
||||
//{
|
||||
// ReReadingApplyState = ReReadingApplyState.Agree
|
||||
//});
|
||||
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user