Browse Source

修复拼接artId的bug

pull/80/head
zhangxin 3 years ago
parent
commit
9e7b597d2b
1 changed files with 0 additions and 1 deletions
  1. +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
}


Loading…
Cancel
Save