This commit is contained in:
hzmnet 2015-11-03 01:26:19 +08:00
parent fe502f7ae6
commit b6410df10a
1 changed files with 3 additions and 0 deletions

View File

@ -1540,7 +1540,10 @@ func (session *Session) Find(rowsSlicePtr interface{}, condiBean ...interface{})
sliceValue.SetMapIndex(reflect.ValueOf(key), reflect.Indirect(reflect.ValueOf(newValue.Interface()))) sliceValue.SetMapIndex(reflect.ValueOf(key), reflect.Indirect(reflect.ValueOf(newValue.Interface())))
} }
} }
<<<<<<< HEAD
=======
>>>>>>> parent of 24f47dd... Add FindMap
} }
return nil return nil
} }