Skip to content

Commit b761fd2

Browse files
committed
更新记录,增加日志
1 parent 7a8b972 commit b761fd2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ Map<String,Seven> map=new ResWrapperObj(Seven) {
9999
}).
100100
Process((HashMap<String, String> o) -> {}
101101
).FilterCol(() -> new String[]{}
102-
).Filter((HashMap<String, String> o) -> o.get("创建人") != null &&
102+
).Filter((HashMap<String, String> o) -> o.get("创建人") !=
103+
null &&o.get("创建人").length() > 4).<Map>CreateMap("创建人"));
103104
```
104105
## 效果
105106
![ExcelReads](效果.png)

0 commit comments

Comments
 (0)