This commit is contained in:
mr
2026-04-27 12:52:28 +02:00
parent f048b420d7
commit 26fc02c5b2
5 changed files with 5 additions and 6 deletions

View File

@@ -219,7 +219,6 @@ func GetExtend(obj utils.DBObject, extends map[string][]tools.DataType, cache ma
}
for _, vv := range v {
if cache[vv] != nil && cache[vv][fmt.Sprintf("%v", base[k+"_id"])] != nil {
fmt.Println("FOUND", vv, k, cache[vv][fmt.Sprintf("%v", base[k+"_id"])])
base[k] = cache[vv][fmt.Sprintf("%v", base[k+"_id"])]
continue
}