Skip to content

Commit

Permalink
更新同步循序
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed May 23, 2020
1 parent abda33e commit 138292c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/database/db.go
Expand Up @@ -50,8 +50,8 @@ func Connect() {
new(model.Config), // 配置表
new(model.Admin), // 管理员表
new(model.News), // 新闻公告
new(model.User), // 用户表
new(model.Role), // 角色表 - RBAC
new(model.User), // 用户表
new(model.WalletCny), // 钱包 - CNY
new(model.WalletUsd), // 钱包 - USD
new(model.WalletCoin), // 钱包 - COIN
Expand Down

0 comments on commit 138292c

Please sign in to comment.