This commit is contained in:
Daniel 2025-08-11 20:51:57 +08:00
parent e871f4913f
commit 1479cb6c00
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
16 changed files with 33 additions and 15 deletions

View file

@ -1280,6 +1280,11 @@ func buildSearchAttributeViewResult(avSearchTempResults []*AvSearchTempResult, b
hPath = box.Name + hPath
}
name := existAv.AvName
if "" == name {
name = Conf.language(267)
}
if !gulu.Str.Contains(avID, excludeAvIDs) {
ret = &AvSearchResult{
AvID: avID,