From 10da69c6d41e1f12b16a19f06a1fcdcba758acac Mon Sep 17 00:00:00 2001 From: DK Date: Tue, 29 Mar 2022 11:25:48 +0800 Subject: [PATCH] --- .../Service/Common/FrontAuditConfigService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Common/FrontAuditConfigService.cs b/IRaCIS.Core.Application/Service/Common/FrontAuditConfigService.cs index 8c754c6b8..8ddfb92f5 100644 --- a/IRaCIS.Core.Application/Service/Common/FrontAuditConfigService.cs +++ b/IRaCIS.Core.Application/Service/Common/FrontAuditConfigService.cs @@ -63,7 +63,7 @@ namespace IRaCIS.Core.Application.Service ChildrenTypeValueCN = leftchildrenType.ValueCN, ModuleTypeValue = leftModuleType.Value, ModuleTypeValueCN = leftModuleType.ValueCN, - OptTypeId = data.Value, + OptTypeId = data.OptTypeId, OptTypeValue = leftOptTypeId.Value, OptTypeValueCN = leftOptTypeId.ValueCN, UpdateUserId = data.UpdateUserId,