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 2dd3738 commit cde3745
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ protected void exeSql(String sql) {
db.setTransactionSuccessful();
}catch (Exception e){
//这里进行事务回滚
throw e;
}finally {
db.endTransaction();
}
Expand Down

0 comments on commit cde3745

Please sign in to comment.