Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
beego
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
beego
Commits
a1d5f958
Commit
a1d5f958
authored
Dec 02, 2015
by
astaxie
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1464 from gobenon/master
Update orm_querym2m.go
parents
5d902264
50f8f3bd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
orm_querym2m.go
orm/orm_querym2m.go
+1
-1
No files found.
orm/orm_querym2m.go
View file @
a1d5f958
...
...
@@ -55,7 +55,7 @@ func (o *queryM2M) Add(mds ...interface{}) (int64, error) {
for
i
,
md
:=
range
mds
{
if
reflect
.
Indirect
(
reflect
.
ValueOf
(
md
))
.
Kind
()
!=
reflect
.
Struct
&&
i
>
0
{
other_values
=
append
(
other_values
,
md
)
mds
=
append
(
mds
[
:
i
],
mds
[
i
+
1
:
]
...
)
mds
=
append
(
mds
[
:
1
],
mds
[
2
:
]
...
)
}
}
for
_
,
md
:=
range
mds
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment