单例导出权限

This commit is contained in:
2024-09-13 20:40:18 +08:00
parent a77308573e
commit a0e898e46c
6 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -26,5 +26,5 @@ func InitDB() {
if err != nil {
panic(err)
}
repo.UserRepo.GetUserInfo(DB)
repo.User.GetUserInfo(DB)
}