清理 debug 输出

This commit is contained in:
2026-05-19 14:58:04 +08:00
parent cf4bc4932a
commit 9fe6cb4bf5
4 changed files with 5 additions and 5 deletions

View File

@@ -238,7 +238,7 @@ func PageChannelByAdmin(c *fiber.Ctx) error {
}
// 查询通道列表
list, total, err := q.Channel.Debug().
list, total, err := q.Channel.
Joins(q.Channel.User, q.Channel.Resource).
Select(
q.Channel.ALL,