bug fixed
This commit is contained in:
parent
1ce77128c1
commit
d7a8b90d0c
|
@ -547,7 +547,7 @@ func (session *Session) cacheFind(t reflect.Type, sql string, rowsSlicePtr inter
|
||||||
if bean != nil {
|
if bean != nil {
|
||||||
sliceValue.Set(reflect.Append(sliceValue, reflect.Indirect(reflect.ValueOf(bean))))
|
sliceValue.Set(reflect.Append(sliceValue, reflect.Indirect(reflect.ValueOf(bean))))
|
||||||
} else {
|
} else {
|
||||||
cacher.DelBean(tableName, ides[j].(int64))
|
cacher.DelBean(tableName, ids[j].(int64))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue