🐛 fix bug

This commit is contained in:
2024-01-11 16:03:51 +08:00
parent cb7bce5cef
commit 26220f0276
21 changed files with 224 additions and 364 deletions

View File

@@ -70,6 +70,7 @@ func RegisterTables() {
common.Article{},
common.Banner{},
common.UserTodo{},
common.Poster{},
)
if err != nil {
global.GVA_LOG.Error("register table failed", zap.Error(err))