From 233a0a9364b0af957515965e9f64e805b4213884 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Thu, 5 Nov 2020 08:59:09 +0800 Subject: [PATCH] test --- business/model/dao/dao.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/business/model/dao/dao.go b/business/model/dao/dao.go index f3c3803f8..ab67a9db6 100644 --- a/business/model/dao/dao.go +++ b/business/model/dao/dao.go @@ -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() {