This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leo
/
LAPP_LF_MOM_BACKEND
Watch
2
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
修复拼接artId的bug
pull/80/head
zhangxin
3 years ago
parent
1733a81253
commit
9e7b597d2b
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
dao/base/implments/Operation.dao.impl.go
+ 0
- 1
dao/base/implments/Operation.dao.impl.go
View File
@ -317,7 +317,6 @@ func (impl *OperationDAOImplement) GetOperationRelData(artIdLi []string, workLin
for
index
,
artId
:=
range
artIdLi
{
if
index
!=
0
{
artIdStr
+=
", "
artIdStr
+=
artId
}
artIdStr
+=
artId
}
Write
Preview
Loading…
Cancel
Save