修改
This commit is contained in:
@@ -559,7 +559,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
public class SetTrialReadingCriterionInDto
|
||||
{
|
||||
public Guid ReadingQuestionCriterionTrialId { get; set; }
|
||||
public Guid TrialCriterionId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 表单类型
|
||||
|
||||
@@ -126,13 +126,16 @@ namespace IRaCIS.Core.Application
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 设置项目阅片标准
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public async Task<IResponseOutput> SetTrialReadingCriterion(SetTrialReadingCriterionInDto inDto)
|
||||
{
|
||||
await _readingQuestionCriterionTrialRepository.UpdatePartialFromQueryAsync(inDto.ReadingQuestionCriterionTrialId, x => new ReadingQuestionCriterionTrial()
|
||||
await _readingQuestionCriterionTrialRepository.UpdatePartialFromQueryAsync(inDto.TrialCriterionId, x => new ReadingQuestionCriterionTrial()
|
||||
{
|
||||
|
||||
FormType = inDto.FormType,
|
||||
|
||||
Reference in New Issue
Block a user