修改一版

This commit is contained in:
he
2022-07-15 13:23:14 +08:00
parent 04b4310178
commit dfec75ea00
3 changed files with 17 additions and 3 deletions
@@ -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);
}