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

Commit 01fc8df9 authored by jiangxiulong's avatar jiangxiulong

Merge remote-tracking branch 'origin/jxl_0525_nft_total' into pre

parents df3257d7 59b4c145
......@@ -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