This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leo
/
LAPP_Acura_MES_Backend
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
33
Wiki
Activity
Browse Source
去掉sql测试代码
develop
zhangxin
1 year ago
parent
876480618f
commit
f846ffe386
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
db/db.go
+ 0
- 2
db/db.go
View File
@ -100,7 +100,6 @@ func InitDb() error {
if
err
!=
nil
{
return
err
}
Eloquent
.
ShowSQL
(
true
)
return
nil
}
@ -153,7 +152,6 @@ func InitTestDb() error {
if
err
!=
nil
{
return
err
}
Eloquent
.
ShowSQL
(
true
)
return
nil
}
Write
Preview
Loading…
Cancel
Save