diff --git a/IRaCIS.Core.Application/Service/ReadingCalculate/IVUSCalculateService.cs b/IRaCIS.Core.Application/Service/ReadingCalculate/IVUSCalculateService.cs index bd08a137d..5ba788bb6 100644 --- a/IRaCIS.Core.Application/Service/ReadingCalculate/IVUSCalculateService.cs +++ b/IRaCIS.Core.Application/Service/ReadingCalculate/IVUSCalculateService.cs @@ -686,7 +686,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate var maxnum = _readingTableAnswerRowInfoRepository.Where(x => x.QuestionId == questionInfo.Id && x.VisitTaskId == taskinfo.Id).MaxOrDefault(x => x.RowIndex); - + maxnum = 0; foreach (var item in measuredValueList) { maxnum = maxnum + 1; diff --git a/IRaCIS.Core.Domain/Common/FrontAuditConfig.cs b/IRaCIS.Core.Domain/Common/FrontAuditConfig.cs index 68ef17424..9282bb511 100644 --- a/IRaCIS.Core.Domain/Common/FrontAuditConfig.cs +++ b/IRaCIS.Core.Domain/Common/FrontAuditConfig.cs @@ -81,6 +81,9 @@ public class FrontAuditConfig : BaseFullAuditEntity [Comment("是否有签名")] public bool IsHaveSign { get; set; } + /// + /// 是否核对 + /// [Comment("是否加入计划")] public bool? IsJoinPlan { get; set; }