This commit is contained in:
eson 2023-09-01 13:32:17 +08:00
parent 6245387899
commit 1003ccfe30

View File

@ -106,7 +106,7 @@ func (l *InfoLogic) Info(req *types.UserInfoRequest, userinfo *auth.UserInfo) (r
mquery.ModuleQuery[strings.Join(mlist[1:], ",")] = struct{}{}
} else {
mquery := &ModuleQuery{
TableName: mtable,
TableName: tname,
ModuleName: mtable,
ModuleQuery: map[string]struct{}{strings.Join(mlist[1:], ","): {}}}
mquerys[mtable] = mquery