Skip to content

Commit

Permalink
更新readme
Browse files Browse the repository at this point in the history
  • Loading branch information
陈浪 committed Jun 1, 2020
1 parent 9402de1 commit 2dd3738
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public void saveDataAndDeleteAgo(List<T> dataList) {

@Override
public void saveDataAndDeleteAgo(T data) {
sqlOperate.saveData(data);
sqlOperate.saveDataAndDeleteAgo(data);
}

@Override
Expand Down

0 comments on commit 2dd3738

Please sign in to comment.