|
@@ -441,7 +441,7 @@ public class SecondGoodsServiceImpl extends ServiceImpl<SecondGoodsMapper, Secon
|
|
|
contains = urlList.get(i).substring(0, lastDotIndex);
|
|
contains = urlList.get(i).substring(0, lastDotIndex);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- if (!videoList.contains(contains)) {
|
|
|
|
|
|
|
+ if (!StringUtils.isEmpty(contains)) {
|
|
|
videoList.add(contains);
|
|
videoList.add(contains);
|
|
|
if (videoFileType.contains(fileType.toLowerCase())) {
|
|
if (videoFileType.contains(fileType.toLowerCase())) {
|
|
|
map.put("type", "video");
|
|
map.put("type", "video");
|