admin
2019-09-28 1a2892aa45de9de5d8f145062938102144eaa6fe
fanli/src/main/java/com/yeshi/fanli/controller/client/v2/SearchControllerV2.java
@@ -256,10 +256,12 @@
                     commonGoods = CommonGoodsFactory.create(goods);
                  } else {
                     type = 4;
                     goods = PinDuoDuoUtil.getPDDGoodsInfo("26478646158");
                     commonGoods = new CommonGoods();
                     commonGoods.setTitle(goods.getGoodsName());
                     commonGoods.setPicture(goods.getGoodsThumbnailUrl());
                     goods = PinDuoDuoUtil.getPDDGoodsInfo(pddId);
                     if(goods != null) {
                        commonGoods = new CommonGoods();
                        commonGoods.setTitle(goods.getGoodsName());
                        commonGoods.setPicture(goods.getGoodsThumbnailUrl());
                     }
                  }
               }
            }