Skip to content

Commit

Permalink
修改log
Browse files Browse the repository at this point in the history
  • Loading branch information
ktdynamic committed Jun 24, 2020
1 parent d293166 commit 638db77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ abstract class BaseOpenHelper(context: Context, dbName: String, version: Int) :
*/
fun execUpgradeSQL(db: SQLiteDatabase, simpleName: String, vararg sqlArray: String) {
if (sqlArray.isEmpty()) {
LiteLogUtils.e(TAG, "该表没有需要更新的字段", simpleName)
LiteLogUtils.i(TAG, "该表没有需要更新的字段", simpleName)
return
}
db.beginTransaction()
Expand Down

0 comments on commit 638db77

Please sign in to comment.