Merge branch 'Test_IRC_Net8' of https://gitea.frp.extimaging.com/XCKJ/irc-netcore-api into Test_IRC_Net8
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
commit
5abc573e81
|
@ -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);
|
var maxnum = _readingTableAnswerRowInfoRepository.Where(x => x.QuestionId == questionInfo.Id && x.VisitTaskId == taskinfo.Id).MaxOrDefault(x => x.RowIndex);
|
||||||
|
|
||||||
|
maxnum = 0;
|
||||||
foreach (var item in measuredValueList)
|
foreach (var item in measuredValueList)
|
||||||
{
|
{
|
||||||
maxnum = maxnum + 1;
|
maxnum = maxnum + 1;
|
||||||
|
|
|
@ -81,6 +81,9 @@ public class FrontAuditConfig : BaseFullAuditEntity
|
||||||
[Comment("是否有签名")]
|
[Comment("是否有签名")]
|
||||||
public bool IsHaveSign { get; set; }
|
public bool IsHaveSign { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 是否核对
|
||||||
|
/// </summary>
|
||||||
[Comment("是否加入计划")]
|
[Comment("是否加入计划")]
|
||||||
public bool? IsJoinPlan { get; set; }
|
public bool? IsJoinPlan { get; set; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue