diff --git a/server/info/internal/logic/infologic.go b/server/info/internal/logic/infologic.go index 8f11e6b9..fbb044a4 100644 --- a/server/info/internal/logic/infologic.go +++ b/server/info/internal/logic/infologic.go @@ -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{}{}