修改重置阅片稽查3
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
e1e2544ee3
commit
e69991ae37
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue