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{}{}
|
||||
} else {
|
||||
mquery := &ModuleQuery{
|
||||
TableName: mtable,
|
||||
TableName: tname,
|
||||
ModuleName: mtable,
|
||||
ModuleQuery: map[string]struct{}{strings.Join(mlist[1:], ","): {}}}
|
||||
mquerys[mtable] = mquery
|
||||
|
|
Loading…
Reference in New Issue
Block a user