mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2025-12-25 23:26:20 +08:00
fix 修复 查询条件写错问题
This commit is contained in:
parent
b4e1bf2592
commit
3b82076b62
@ -37,7 +37,7 @@ public class NicknameTranslationImpl implements TranslationInterface<String> {
|
||||
} else if (key instanceof String ids) {
|
||||
List<String> list = new ArrayList<>();
|
||||
for (Long id : StringUtils.splitTo(ids, Convert::toLong)) {
|
||||
String nickname = CacheUtils.get(CacheNames.SYS_NICKNAME, key);
|
||||
String nickname = CacheUtils.get(CacheNames.SYS_NICKNAME, id);
|
||||
if (StringUtils.isNotBlank(nickname)) {
|
||||
list.add(nickname);
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user