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

Commit 6665e513 authored by 胡佳晨's avatar 胡佳晨

新增正在下单 库存不足 不生成sku的bug修复

parent c62899df
......@@ -178,7 +178,7 @@ public class GoblinZhengzaiServiceImpl implements IGoblinZhengzaiService {
if (restStock < 0) {
errorNameList.add(skuVo.getName()+"库存不足");
redisUtils.incrSkuStock(null, item.getSkuId(), item.getStockMarketing());
continue;
// continue;
}
}
String marketSkuId = item.getSkuId().concat(GoblinStatusConst.MarketPreStatus.MARKET_PRE_ZHENGZAI.getValue()).concat(IDGenerator.marketGoodId(params.getSelfMarketId()));
......
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