Compare commits

...

2 Commits

Author SHA1 Message Date
cjy
bdad7b1774 Merge branch 'feat-cjy-taskBench' into dev 2025-11-24 15:11:31 +08:00
cjy
d0f33ea652 fix: 修复索引报错 2025-11-24 15:11:23 +08:00

View File

@ -47,7 +47,7 @@ func loadMysqlConn(conn string) *gorm.DB {
// Bundle数据库的自动迁移
err = db.AutoMigrate(
&model.BundleProfile{},
&model.BundleOrderRecords{},
// &model.BundleOrderRecords{},
&model.ValueAddBundleProfile{},
//&model.ValueAddBundleRecord{}
&model.BundleProfileLang{},