fix
This commit is contained in:
parent
81028ac52f
commit
75a409f0ee
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user