修改一版
This commit is contained in:
@@ -78,13 +78,11 @@ namespace IRaCIS.Application.Services
|
||||
{
|
||||
await _trialRepository.UpdatePartialFromQueryAsync(inDto.TrialId, x => new Trial()
|
||||
{
|
||||
|
||||
ArbitrationRule = inDto.ArbitrationRule,
|
||||
IsArbitrationReading = inDto.IsArbitrationReading,
|
||||
});
|
||||
|
||||
var result = await _trialRepository.SaveChangesAsync();
|
||||
|
||||
return ResponseOutput.Ok(result);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user