This commit is contained in:
苏尹岚
2020-11-05 08:59:09 +08:00
parent ebc4f888a8
commit 233a0a9364

View File

@@ -2,6 +2,7 @@ package dao
import ( import (
"errors" "errors"
"fmt"
"reflect" "reflect"
"runtime/debug" "runtime/debug"
"time" "time"
@@ -83,6 +84,7 @@ func (db *DaoDB) startWatchTransaction() {
db.transactionWatchTimer = nil db.transactionWatchTimer = nil
db.beginTransactionStack = nil db.beginTransactionStack = nil
}) })
fmt.Println("111111111111111111111111111111111111111")
} }
func (db *DaoDB) stopWatchTransaction() { func (db *DaoDB) stopWatchTransaction() {