|
@@ -37,7 +37,7 @@ func SearchKnowledgeResourceByEs(resourceType int, keywordStr string, showSysIds
|
|
if len(showSysIds) > 0 {
|
|
if len(showSysIds) > 0 {
|
|
mustMap = append(mustMap, map[string]interface{}{
|
|
mustMap = append(mustMap, map[string]interface{}{
|
|
"terms": map[string]interface{}{
|
|
"terms": map[string]interface{}{
|
|
- "SysUserId": showSysIds,
|
|
|
|
|
|
+ "AdminId": showSysIds,
|
|
},
|
|
},
|
|
})
|
|
})
|
|
}
|
|
}
|