From 300efa927c7047ea1b7575c6ec233727f45fce1d Mon Sep 17 00:00:00 2001 From: DK Date: Tue, 29 Mar 2022 11:36:12 +0800 Subject: [PATCH] 12 --- .../Service/Common/FrontAuditConfigService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/IRaCIS.Core.Application/Service/Common/FrontAuditConfigService.cs b/IRaCIS.Core.Application/Service/Common/FrontAuditConfigService.cs index 8ddfb92f5..777766c3c 100644 --- a/IRaCIS.Core.Application/Service/Common/FrontAuditConfigService.cs +++ b/IRaCIS.Core.Application/Service/Common/FrontAuditConfigService.cs @@ -67,6 +67,7 @@ namespace IRaCIS.Core.Application.Service OptTypeValue = leftOptTypeId.Value, OptTypeValueCN = leftOptTypeId.ValueCN, UpdateUserId = data.UpdateUserId, + ValueCN = data.ValueCN, ChildrenTypeValue = leftchildrenType.Value, };