Uat_Study
he 2022-07-15 13:30:43 +08:00
parent dfec75ea00
commit 75422ba32b
2 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
{
public Guid TrialId { get; set; }
public bool IsReadingTaskViewInOrder { get; set; }
/// <summary>
/// 仲裁阅片

View File

@ -97,6 +97,7 @@ namespace IRaCIS.Application.Services
GetTrialJudgyInfoOutDto result = await _trialRepository.Where(x => x.Id == inDto.TrialId).Select(x => new GetTrialJudgyInfoOutDto
{
TrialId = x.Id,
IsReadingTaskViewInOrder=x.IsReadingTaskViewInOrder,
ArbitrationRule = x.ArbitrationRule,
IsArbitrationReading = x.IsArbitrationReading