This commit is contained in:
eson 2023-09-01 16:20:19 +08:00
parent 4d6ca1d291
commit e8542369c7

View File

@ -100,7 +100,7 @@ func (l *InfoLogic) Info(req *types.UserInfoRequest, userinfo *auth.UserInfo) (r
cond = fmt.Sprintf("module = '%s' and %s", moduleName, cond)
if len(mlist) == 2 {
mlist = append(mlist, "")
mlist = append(mlist, "*")
}
if mquery, ok := mquerys[mtable]; ok {