Pu Zhibing
2025-01-01 e0623f1a914ecbc99d5926c0df3cf26032c02499
ruoyi-service/ruoyi-order/src/main/java/com/ruoyi/order/controller/ShoppingCartController.java
@@ -180,7 +180,7 @@
      if (CollectionUtil.isNotEmpty(goodsShops)){
         for (GoodsShop goodsShop : goodsShops) {
            R<Shop> shopR = shopClient.getShopById(goodsShop.getShopId());
            if (R.isSuccess(shopR)){
            if (R.isSuccess(shopR) && null != shopR.getData()){
               VerifiableShopVo verifiableShopVo = new VerifiableShopVo();
               verifiableShopVo.setId(shopR.getData().getId());
               verifiableShopVo.setName(shopR.getData().getName());