修改一版
This commit is contained in:
@@ -621,8 +621,6 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
public FormType? FormType { get; set; }
|
||||
|
||||
public int ImageCount { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 项目标准Id
|
||||
@@ -707,8 +705,6 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
public int? DigitPlaces { get; set; }
|
||||
|
||||
|
||||
public int ImageCount { get; set; }
|
||||
|
||||
public bool IsSignSave { get; set; } = false;
|
||||
}
|
||||
|
||||
|
||||
@@ -229,7 +229,7 @@ namespace IRaCIS.Core.Application
|
||||
result.DigitPlaces = trialCriterion.DigitPlaces;
|
||||
result.TrialCriterionId = trialCriterion.Id;
|
||||
result.FormType = trialCriterion.FormType;
|
||||
result.ImageCount=trialCriterion.ImageCount;
|
||||
|
||||
};
|
||||
|
||||
result.TrialQuestionList = await _readingQuestionTrialRepository.Where(x => x.ReadingQuestionCriterionTrial.IsConfirm && x.TrialId == inDto.TrialId&&x.ReadingQuestionCriterionTrialId == result.TrialCriterionId
|
||||
@@ -265,7 +265,7 @@ namespace IRaCIS.Core.Application
|
||||
{
|
||||
FormType = inDto.FormType,
|
||||
DigitPlaces = inDto.DigitPlaces,
|
||||
ImageCount=inDto.ImageCount,
|
||||
|
||||
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user