Compare commits

..

No commits in common. "d4d70f4cff5d91306eceeeb0963ec21b055ca8d1" and "447d0149fdb7d515db7e936ba65e87ab23040896" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View File

@ -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;

View File

@ -81,9 +81,6 @@ public class FrontAuditConfig : BaseFullAuditEntity
[Comment("是否有签名")]
public bool IsHaveSign { get; set; }
/// <summary>
/// 是否核对
/// </summary>
[Comment("是否加入计划")]
public bool? IsJoinPlan { get; set; }