bug fixed

This commit is contained in:
Lunny Xiao 2013-09-23 22:39:08 +08:00
parent 1ce77128c1
commit d7a8b90d0c
1 changed files with 1 additions and 1 deletions

View File

@ -547,7 +547,7 @@ func (session *Session) cacheFind(t reflect.Type, sql string, rowsSlicePtr inter
if bean != nil {
sliceValue.Set(reflect.Append(sliceValue, reflect.Indirect(reflect.ValueOf(bean))))
} else {
cacher.DelBean(tableName, ides[j].(int64))
cacher.DelBean(tableName, ids[j].(int64))
}
}