mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-19 01:36:39 +08:00
fix 修复 splitTo 转换后的list包含null问题
This commit is contained in:
parent
0937093851
commit
2c598f93ab
@ -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());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user