Update BiFunctionConvertTest.java

This commit is contained in:
Redkale
2024-05-28 08:27:52 +08:00
committed by GitHub
parent 2209d6147e
commit 09304c198c

View File

@@ -64,7 +64,7 @@ public class BiFunctionConvertTest {
} }
return t.get(u); return t.get(u);
}, },
(Object u) -> { (Object u) -> {
if (table != u) { if (table != u) {
return null; return null;
} }
@@ -78,4 +78,5 @@ public class BiFunctionConvertTest {
+ "\"tableid\":100,\"extcol1\":30,\"extcol2\":\"扩展字段值\"}", + "\"tableid\":100,\"extcol1\":30,\"extcol2\":\"扩展字段值\"}",
convert2.convertTo(table)); convert2.convertTo(table));
} }
} }