修改
continuous-integration/drone/push Build is passing Details

IRC_NewDev
he 2024-08-27 16:20:15 +08:00
parent e87185a906
commit 3b6da279f8
1 changed files with 1 additions and 1 deletions

View File

@ -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