mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2025-10-13 13:45:52 +00:00
fix 修复 splitTo 转换后的list包含null问题
This commit is contained in:
@@ -318,6 +318,7 @@ public class StringUtils extends org.apache.commons.lang3.StringUtils {
|
||||
.stream()
|
||||
.filter(Objects::nonNull)
|
||||
.map(mapper)
|
||||
.filter(Objects::nonNull)
|
||||
.collect(Collectors.toList());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user