Browse Source

去掉测试sql

pull/236/head
zhangxin 3 years ago
parent
commit
332f4d7ecc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      db/db.go

+ 1
- 1
db/db.go View File

@ -100,7 +100,7 @@ func InitDb() error {
if err != nil { if err != nil {
return err return err
} }
Eloquent.ShowSQL(true)
//Eloquent.ShowSQL(true)
return nil return nil
} }


Loading…
Cancel
Save