@@ -903,7 +903,8 @@ namespace IRaCIS.Core.Application
|
||||
throw new BusinessValidationFailedException(_localizer["TrialConfig_AuditQuestionConfirmed"]);
|
||||
}
|
||||
|
||||
await _trialQCQuestionRepository.UpdatePartialFromQueryAsync(t => t.TrialId == signConfirmDTO.TrialId, x => new TrialQCQuestion
|
||||
//不记录这个稽查,不关注问题上的确认标记
|
||||
await _trialQCQuestionRepository.BatchUpdateNoTrackingAsync(t => t.TrialId == signConfirmDTO.TrialId, x => new TrialQCQuestion
|
||||
{
|
||||
IsConfirm = true
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user