mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2026-04-25 16:18:33 +08:00
update 优化 以逗号拼接元素
This commit is contained in:
@@ -113,7 +113,7 @@ public class SysOssServiceImpl implements ISysOssService {
|
||||
}
|
||||
}
|
||||
}
|
||||
return String.join(StringUtils.SEPARATOR, list);
|
||||
return StringUtils.joinComma(list);
|
||||
}
|
||||
|
||||
private LambdaQueryWrapper<SysOss> buildQueryWrapper(SysOssBo bo) {
|
||||
|
||||
Reference in New Issue
Block a user