From 3b6da279f8ae5d59a37e54d41b7e8ed68c37f03f Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Tue, 27 Aug 2024 16:20:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Inspection/FrontAuditConfigService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Inspection/FrontAuditConfigService.cs b/IRaCIS.Core.Application/Service/Inspection/FrontAuditConfigService.cs index 0daca93b3..aff06bd50 100644 --- a/IRaCIS.Core.Application/Service/Inspection/FrontAuditConfigService.cs +++ b/IRaCIS.Core.Application/Service/Inspection/FrontAuditConfigService.cs @@ -867,7 +867,7 @@ namespace IRaCIS.Core.Application.Service { value = _userInfo.IsEn_Us ? b.Value : b.ValueCN }).Select(x => x.value).ToListAsync(); - jsonDataDic[item.Key] = string.Join(",", codeList); + jsonDataDic[item.Key] = string.Join("|", codeList); } //通过字典项的code 翻译 枚举或者 bool