fix
This commit is contained in:
parent
4d6ca1d291
commit
e8542369c7
@ -100,7 +100,7 @@ func (l *InfoLogic) Info(req *types.UserInfoRequest, userinfo *auth.UserInfo) (r
|
|||||||
cond = fmt.Sprintf("module = '%s' and %s", moduleName, cond)
|
cond = fmt.Sprintf("module = '%s' and %s", moduleName, cond)
|
||||||
|
|
||||||
if len(mlist) == 2 {
|
if len(mlist) == 2 {
|
||||||
mlist = append(mlist, "")
|
mlist = append(mlist, "*")
|
||||||
}
|
}
|
||||||
|
|
||||||
if mquery, ok := mquerys[mtable]; ok {
|
if mquery, ok := mquerys[mtable]; ok {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user