优化模块租户检查中间件,重构为函数式实现并添加超级管理员检查;新增MongoDB更新过滤构建工具;修复Redis消息消费错误处理

This commit is contained in:
2026-01-14 18:34:56 +08:00
committed by 张斌
parent 86cb177625
commit cc940c27b7
4 changed files with 71 additions and 40 deletions

5
beans/user.go Normal file
View File

@@ -0,0 +1,5 @@
package beans
type IsSuperAdminRes struct {
IsSuperAdmin bool `p:"isSuperAdmin"`
}