代码修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
3f88a9df46
commit
fa2a0e7482
|
@ -836,7 +836,7 @@ namespace IRaCIS.Core.Application.Service
|
||||||
parent = b
|
parent = b
|
||||||
}).SelectMany(a => a.parent, (m, n) => new
|
}).SelectMany(a => a.parent, (m, n) => new
|
||||||
{
|
{
|
||||||
value = n.ValueCN
|
value = _userInfo.IsEn_Us ? n.Value : n.ValueCN
|
||||||
}).Select(x => x.value).ToListAsync()
|
}).Select(x => x.value).ToListAsync()
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue