修改
This commit is contained in:
@@ -157,8 +157,8 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
return ResponseOutput.NotOk("已有QC审核记录,不允许删除问题项");
|
||||
}
|
||||
|
||||
var success = await _trialQcQuestionRepository.BatchDeleteNoTrackingAsync(t => t.Id == trialQCQuestionConfigureId);
|
||||
return ResponseOutput.Result(success);
|
||||
var success = await _trialQcQuestionRepository.DeleteFromQueryAsync(t => t.Id == trialQCQuestionConfigureId,true);
|
||||
return ResponseOutput.Result(true);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user