mirror of
https://github.com/astaxie/beego.git
synced 2024-11-16 03:10:56 +00:00
commit
a1d5f958c5
@ -55,7 +55,7 @@ func (o *queryM2M) Add(mds ...interface{}) (int64, error) {
|
|||||||
for i, md := range mds {
|
for i, md := range mds {
|
||||||
if reflect.Indirect(reflect.ValueOf(md)).Kind() != reflect.Struct && i > 0 {
|
if reflect.Indirect(reflect.ValueOf(md)).Kind() != reflect.Struct && i > 0 {
|
||||||
other_values = append(other_values, md)
|
other_values = append(other_values, md)
|
||||||
mds = append(mds[:i], mds[i+1:]...)
|
mds = append(mds[:1], mds[2:]...)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
for _, md := range mds {
|
for _, md := range mds {
|
||||||
|
Loading…
Reference in New Issue
Block a user