|
@@ -165,9 +165,9 @@ public class StoreVideoServiceImpl extends ServiceImpl<StoreVideoMapper, StoreVi
|
|
|
JSONObject videoJson = new JSONObject();
|
|
JSONObject videoJson = new JSONObject();
|
|
|
videoJson.put("video", videoUrl);
|
|
videoJson.put("video", videoUrl);
|
|
|
String coverUrl = coverUrls.get(i);
|
|
String coverUrl = coverUrls.get(i);
|
|
|
- if (StringUtils.isBlank(coverUrl)) {
|
|
|
|
|
|
|
+// if (StringUtils.isBlank(coverUrl)) {
|
|
|
videoJson.put("cover", coverUrl);
|
|
videoJson.put("cover", coverUrl);
|
|
|
- }
|
|
|
|
|
|
|
+// }
|
|
|
|
|
|
|
|
storeVideo.setImgUrl(JSON.toJSONString(videoJson));
|
|
storeVideo.setImgUrl(JSON.toJSONString(videoJson));
|
|
|
|
|
|