merge master

This commit is contained in:
Ming Deng
2021-09-03 10:48:40 +08:00
13 changed files with 81 additions and 24 deletions

View File

@@ -536,7 +536,6 @@ func (o *orm) BeginWithCtxAndOpts(ctx context.Context, opts *sql.TxOptions) (TxO
db: &TxDB{tx: tx},
},
}
var taskTxOrm TxOrmer = _txOrm
return taskTxOrm, nil
}