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