修改重阅拒绝bug
This commit is contained in:
@@ -1963,7 +1963,7 @@ namespace IRaCIS.Core.Application.Service.Allocation
|
||||
}
|
||||
else if (agreeReReadingCommand.RequestReReadingResultEnum == RequestReReadingResult.Reject)
|
||||
{
|
||||
await _visitTaskRepository.BatchUpdateNoTrackingAsync(t => t.Id == origenalTask.Id, u => new VisitTask()
|
||||
await _visitTaskRepository.UpdatePartialFromQueryAsync(t => t.Id == origenalTask.Id, u => new VisitTask()
|
||||
{
|
||||
ReReadingApplyState = ReReadingApplyState.Reject
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user