This commit is contained in:
laodaming 2023-08-22 14:15:25 +08:00
parent 37c2144725
commit d09c648068

View File

@ -26,7 +26,6 @@ func InitMysql(sourceMysql string) *gorm.DB {
}, },
SkipDefaultTransaction: true, SkipDefaultTransaction: true,
}) })
log.Println(db.Rows())
if err != nil { if err != nil {
panic(err) panic(err)
} }