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 (
"errors"
"fmt"
"reflect"
"runtime/debug"
"time"
@@ -83,6 +84,7 @@ func (db *DaoDB) startWatchTransaction() {
db.transactionWatchTimer = nil
db.beginTransactionStack = nil
})
fmt.Println("111111111111111111111111111111111111111")
}
func (db *DaoDB) stopWatchTransaction() {