diff --git a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
index 07d2dece1..d37a424ea 100644
--- a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
+++ b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
@@ -2841,6 +2841,11 @@
是否显示在Dicom阅片中
+
+
+ 序号标记
+
+
Id
@@ -2941,6 +2946,11 @@
是否显示在Dicom阅片中
+
+
+ 序号标记
+
+
系统标准Id
@@ -3166,6 +3176,11 @@
是否显示在Dicom阅片中
+
+
+ 序号标记
+
+
Id
@@ -3276,6 +3291,11 @@
是否显示在Dicom阅片中
+
+
+ 序号标记
+
+
返回的对象
@@ -7005,7 +7025,7 @@
- 获取项目的阅片问题
+ 获取项目的阅片问题ECRF预览
SinglePage 单页
@@ -7066,12 +7086,13 @@
-
+
找子问题
+
diff --git a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs
index fa40d6db5..01e2a22b9 100644
--- a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs
+++ b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs
@@ -961,7 +961,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
ObjectRelationParentId2 = entity.DoctorUserId
- }); ;
+ });
}
//申请重阅记录表
@@ -1316,6 +1316,8 @@ namespace IRaCIS.Core.Infra.EFCore.Common
case "VisitTask/applyReReading":
type = type + "/" + (int)visitTask.ReReadingApplyState;
break;
+
+
//同意重阅
case "VisitTask/ConfirmReReading":