diff --git a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs index 93390dcf6..91c73c1c7 100644 --- a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs +++ b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs @@ -2099,15 +2099,15 @@ namespace IRaCIS.Core.Infra.EFCore.Common } - if (visitTask.ReReadingApplyState == ReReadingApplyState.Agree) - { - type = type + "/" + 1; + //if (visitTask.ReReadingApplyState == ReReadingApplyState.Agree) + //{ + // type = type + "/" + 1; - } - else if (visitTask.ReReadingApplyState == ReReadingApplyState.Reject) - { - type = type + "/" + 2; - } + //} + //else if (visitTask.ReReadingApplyState == ReReadingApplyState.Reject) + //{ + // type = type + "/" + 2; + //} break;