소스 검색

Merge branch 'master' of http://8.152.195.41:3000/alien/alien_cloud into zjy

zjy 3 달 전
부모
커밋
f12b9557b7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      alien-second/src/main/java/shop/alien/second/service/impl/SecondGoodsServiceImpl.java

+ 1 - 0
alien-second/src/main/java/shop/alien/second/service/impl/SecondGoodsServiceImpl.java

@@ -498,6 +498,7 @@ public class SecondGoodsServiceImpl extends ServiceImpl<SecondGoodsMapper, Secon
             } else {
                 map.put("type", "image");
             }
+            map.put("imgUrl", img.getImgUrl());
             if (type == 1) {
                 map.put("videoUrl", img.getImgUrl());
             }