Browse Source

进货的都是推荐商品

zhangwl 1 month ago
parent
commit
ea14dfcf06

+ 2 - 0
src/main/java/zs/payment/service/commodity/impl/CommodityProcureServiceImpl.java

@@ -417,6 +417,8 @@ public class CommodityProcureServiceImpl implements CommodityProcureService {
     private ImsEweiShopGoods buildGoodsEntity(Integer uniacid, Integer gdId, CloudMallGoods yunGoods,
                                                CategoryResolveResult categoryResult, boolean hasSpec) {
         ImsEweiShopGoods goods = new ImsEweiShopGoods();
+        //进货的都是推荐商品
+        goods.setIsrecommand(1);
         goods.setCommoditytype(1);
         goods.setGdId(gdId);
         goods.setUniacid(uniacid);