From e069ded38339dc1c4c4d6957f71160372e6686f6 Mon Sep 17 00:00:00 2001 From: hzmnet Date: Tue, 3 Nov 2015 01:26:24 +0800 Subject: [PATCH] Revert "ads" This reverts commit b6410df10adf916fd2919297a21438dbfbf73483. --- session.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/session.go b/session.go index e65b9c9f..a8824e28 100644 --- a/session.go +++ b/session.go @@ -1540,10 +1540,7 @@ func (session *Session) Find(rowsSlicePtr interface{}, condiBean ...interface{}) sliceValue.SetMapIndex(reflect.ValueOf(key), reflect.Indirect(reflect.ValueOf(newValue.Interface()))) } } -<<<<<<< HEAD -======= ->>>>>>> parent of 24f47dd... Add FindMap } return nil }