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

Uat_IRC_Net8
hang 2025-06-13 09:53:59 +08:00
parent e1e2544ee3
commit e69991ae37
2 changed files with 20 additions and 20 deletions

View File

@ -3577,7 +3577,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
break; break;
case "ReadingImageTask/resetReadingTask/VisitTask/Update": case "ReadingImageTask/resetReadingTask":
//跳转阅片结果需要该参数 //跳转阅片结果需要该参数
obj.IsReadingReset = true; 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) if (entity.ReadingTaskState == ReadingTaskState.Reading)
{ {

View File

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