Merge branch 'develop' of gitee.com:fusenpack/fusenapi into develop

This commit is contained in:
laodaming
2023-08-22 15:44:03 +08:00
7 changed files with 257 additions and 278 deletions

View File

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