修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
e87185a906
commit
3b6da279f8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue