This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leo
/
LAPP_GAAS_GFrame_BACKEND
Watch
2
Star
2
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
去掉测试sql
pull/236/head
zhangxin
3 years ago
parent
8a0b200824
commit
332f4d7ecc
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
}
}
Write
Preview
Loading…
Cancel
Save