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

Commit 6c5f702d authored by jiangxiulong's avatar jiangxiulong

goblin的time 影响详情;列表job;大美的后台

parent 19f487df
...@@ -2111,11 +2111,11 @@ public class GoblinRedisUtils { ...@@ -2111,11 +2111,11 @@ public class GoblinRedisUtils {
) {// 可以返回库存 ) {// 可以返回库存
// 外面只有盲盒才能请求进来 里面只有不是分批购才判断盲盒里藏品的开售时间 // 外面只有盲盒才能请求进来 里面只有不是分批购才判断盲盒里藏品的开售时间
if (null == listId) { if (null == listId) {
if (LocalDateTime.now().isAfter(info.getSaleStartTime())) { // if (LocalDateTime.now().isAfter(info.getSaleStartTime())) {
return getSkuStock(listId, info.getSkuId()); return getSkuStock(listId, info.getSkuId());
} else { // } else {
return 0; // return 0;
} // }
} else { } else {
return getSkuStock(listId, info.getSkuId()); return getSkuStock(listId, info.getSkuId());
} }
......
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