添加公告表及相关处理逻辑,支持公告列表查询

This commit is contained in:
2025-05-07 16:48:02 +08:00
parent 1738570c2b
commit 60bbe47368
7 changed files with 494 additions and 1 deletions

View File

@@ -38,7 +38,7 @@ func ListWhitelist(c *fiber.Ctx) error {
return err
}
// 获取用户信息
// 获取白名单信息
do := q.Whitelist.
Where(q.Whitelist.UserID.Eq(authContext.Payload.Id))