修改
This commit is contained in:
@@ -36,6 +36,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
{
|
||||
public Guid TrialId { get; set; }
|
||||
|
||||
public bool IsReadingTaskViewInOrder { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 仲裁阅片
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user