This commit is contained in:
eson 2023-09-01 16:00:47 +08:00
parent 81028ac52f
commit 75a409f0ee

View File

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