oclib
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user