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

Uat_IRC_Net8
hang 2025-01-20 11:27:40 +08:00
commit f924b4985a
3 changed files with 3 additions and 3 deletions

View File

@ -976,7 +976,7 @@ namespace IRaCIS.Core.Application.Contracts
/// <summary>
/// 全局阅片
/// </summary>
public bool IsGlobalReading { get; set; } = true;
public bool IsGlobalReading { get; set; } = false;
/// <summary>
/// 仲裁阅片

View File

@ -360,7 +360,7 @@ namespace IRaCIS.Application.Contracts
public DateTime? ReadingInfoSignTime { get; set; }
public bool IsGlobalReading { get; set; } = true;
public bool IsGlobalReading { get; set; } = false;
//是否附加评估
public bool IsAdditionalAssessment { get; set; }

View File

@ -112,7 +112,7 @@ public class ReadingQuestionCriterionTrial : BaseAddAuditEntity
public bool IsReadingPeriod { get; set; } = true;
[Comment("是否生成全局阅片任务")]
public bool IsGlobalReading { get; set; } = true;
public bool IsGlobalReading { get; set; } = false;
[Comment("是否签名")]
public bool IsSigned { get; set; } = false;