fix
This commit is contained in:
parent
6245387899
commit
1003ccfe30
@ -106,7 +106,7 @@ func (l *InfoLogic) Info(req *types.UserInfoRequest, userinfo *auth.UserInfo) (r
|
|||||||
mquery.ModuleQuery[strings.Join(mlist[1:], ",")] = struct{}{}
|
mquery.ModuleQuery[strings.Join(mlist[1:], ",")] = struct{}{}
|
||||||
} else {
|
} else {
|
||||||
mquery := &ModuleQuery{
|
mquery := &ModuleQuery{
|
||||||
TableName: mtable,
|
TableName: tname,
|
||||||
ModuleName: mtable,
|
ModuleName: mtable,
|
||||||
ModuleQuery: map[string]struct{}{strings.Join(mlist[1:], ","): {}}}
|
ModuleQuery: map[string]struct{}{strings.Join(mlist[1:], ","): {}}}
|
||||||
mquerys[mtable] = mquery
|
mquerys[mtable] = mquery
|
||||||
|
Loading…
x
Reference in New Issue
Block a user