修改重置阅片稽查3
continuous-integration/drone/push Build is passing Details

Test_IRC_Net8
hang 2025-06-13 09:53:59 +08:00
parent 738ad29c0b
commit 483c7c68e8
2 changed files with 20 additions and 20 deletions

View File

@ -3577,7 +3577,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
break;
case "ReadingImageTask/resetReadingTask/VisitTask/Update":
case "ReadingImageTask/resetReadingTask":
//跳转阅片结果需要该参数
obj.IsReadingReset = true;
@ -3609,7 +3609,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
//增加进入阅片中的稽查
//重置阅片也会从待阅片 变为阅片中,因为复制病灶依赖这个改变
if(obj.IsReadingReset == false)
if (obj.IsReadingReset != true)
{
if (entity.ReadingTaskState == ReadingTaskState.Reading)
{

View File

@ -63,7 +63,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
public string SelectResult { get; set; }
public bool IsReadingReset { get;set; }
public bool? IsReadingReset { get;set; }
}
public class InspectionConvertDTO : DataInspection
{