记得上下班打卡 | git大法好,push需谨慎

Commit e57d2577 authored by 张国柄's avatar 张国柄

Merge remote-tracking branch 'origin/dev_goblin' into dev_goblin

parents bbe976a0 07522451
......@@ -194,6 +194,7 @@ public class GoblinZhengzaiServiceImpl implements IGoblinZhengzaiService {
//排序
priceList = priceList.stream().sorted().collect(Collectors.toList());
spuVo.setPriceGe(priceList.get(0));
spuVo.setSpecMode("2");
spuVo.setPriceLe(priceList.get(priceList.size() - 1));
spuVo.setMarketId(GoblinStatusConst.MarketPreStatus.MARKET_PRE_ZHENGZAI.getValue().concat(params.getSelfMarketId()));
mongoUtils.setGoodsInfoVo(spuVo);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment