From bc7a94381c8ab0d2f6c3755a3a5631a307bcb6fc Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Wed, 14 Sep 2022 10:42:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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;