提交 0434c549 编写于 作者: 有来技术 提交者: GitHub

Merge pull request #24 from PanPanda/master

修复解锁库存是的bug
......@@ -92,7 +92,7 @@ public class PmsSkuServiceImpl extends ServiceImpl<PmsSkuMapper, PmsSku> impleme
log.info("=======================订单超时未支付系统自动关单释放库存=======================");
String json = redisTemplate.opsForValue().get(LOCKED_STOCK_PREFIX + orderToken);
log.info("释放库存信息:{}", json);
if (StrUtil.isNotBlank(json)) {
if (StrUtil.isBlank(json)) {
return true;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册