fix
This commit is contained in:
parent
dd44b7c696
commit
81028ac52f
|
@ -96,7 +96,7 @@ func (l *InfoLogic) Info(req *types.UserInfoRequest, userinfo *auth.UserInfo) (r
|
|||
}
|
||||
|
||||
moduleName := mlist[1]
|
||||
cond = moduleName + " and " + cond
|
||||
cond = "module = " + moduleName + " and " + cond
|
||||
|
||||
if mquery, ok := mquerys[mtable]; ok {
|
||||
mquery.ModuleQuery[strings.Join(mlist[2:], ",")] = struct{}{}
|
||||
|
|
Loading…
Reference in New Issue
Block a user