|
|
@@ -2545,7 +2545,7 @@ public class ProductServiceImpl implements ProductService {
|
|
|
if (StringUtils.isEmpty(ids)) {
|
|
|
return new ArrayList<>();
|
|
|
} else {
|
|
|
- String[] splits = ids.split(SplitChar.COMMA);
|
|
|
+ String[] splits = ids.split(SplitChar.HYPHEN);
|
|
|
List<Long> idList = new ArrayList<>();
|
|
|
for (String id : splits) {
|
|
|
idList.add(Long.valueOf(id));
|