1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-11 16:43:33 +00:00
This commit is contained in:
BaoyangChai 2019-06-17 23:38:07 +08:00
parent 873f62edff
commit 06692c3e27

View File

@ -529,7 +529,6 @@ func (o *orm) DBStats() *sql.DBStats {
stats := o.alias.DB.DB.Stats()
return &stats
}
return nil
}