独行的浪子
2022-04-25 af6d64fae2e47bc06da752601a9e72a43c59f3b4
Update README.md
1个文件已修改
2 ■■■ 已修改文件
README.md 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
README.md
@@ -84,7 +84,7 @@
    public void printChange(String method,CanalEntry.EventType eventType, CanalEntry.RowData rowData) {
        if (eventType == CanalEntry.EventType.DELETE) {
            rowData.getAfterColumnsList().stream().collect(Collectors.toList()).forEach(ele -> {
            rowData.getBeforeColumnsList().stream().collect(Collectors.toList()).forEach(ele -> {
                System.out.println("[方法: "+method+" ,  delete 语句 ] --->> 字段名: " + ele.getName() + ", 删除的值为: " + ele.getValue());
            });
        }