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

Commit 59b4c145 authored by jiangxiulong's avatar jiangxiulong

详情展示的总库存数量

parent e33e076c
......@@ -2129,7 +2129,7 @@ public class GoblinRedisUtils {
if (
info != null
// && LocalDateTime.now().isAfter(info.getSaleStartTime())
&& (null == info.getSoldoutStatus() || info.getSoldoutStatus().equals("0"))
// && (null == info.getSoldoutStatus() || info.getSoldoutStatus().equals("0"))
// && (null == info.getHitRatio() || info.getHitRatio().compareTo(BigDecimal.ZERO) > 0)
) {// 可以返回库存
return info.getSkuStock();
......
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