Uat_Study
parent
dfec75ea00
commit
75422ba32b
|
@ -36,6 +36,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||||
{
|
{
|
||||||
public Guid TrialId { get; set; }
|
public Guid TrialId { get; set; }
|
||||||
|
|
||||||
|
public bool IsReadingTaskViewInOrder { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 仲裁阅片
|
/// 仲裁阅片
|
||||||
|
|
|
@ -97,6 +97,7 @@ namespace IRaCIS.Application.Services
|
||||||
GetTrialJudgyInfoOutDto result = await _trialRepository.Where(x => x.Id == inDto.TrialId).Select(x => new GetTrialJudgyInfoOutDto
|
GetTrialJudgyInfoOutDto result = await _trialRepository.Where(x => x.Id == inDto.TrialId).Select(x => new GetTrialJudgyInfoOutDto
|
||||||
{
|
{
|
||||||
TrialId = x.Id,
|
TrialId = x.Id,
|
||||||
|
IsReadingTaskViewInOrder=x.IsReadingTaskViewInOrder,
|
||||||
ArbitrationRule = x.ArbitrationRule,
|
ArbitrationRule = x.ArbitrationRule,
|
||||||
IsArbitrationReading = x.IsArbitrationReading
|
IsArbitrationReading = x.IsArbitrationReading
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue