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