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

Commit dfa62f3c authored by 胡佳晨's avatar 胡佳晨

修改生成盲盒库存逻辑 未开售 已结束的 也能配置

parent 9092085a
...@@ -844,7 +844,7 @@ public class GoblinRedisUtils { ...@@ -844,7 +844,7 @@ public class GoblinRedisUtils {
vo.setSaleStartTime(collectNext.getTimeStart()); vo.setSaleStartTime(collectNext.getTimeStart());
vo.setSaleStopTime(collectNext.getTimeEnd()); vo.setSaleStopTime(collectNext.getTimeEnd());
} }
nextSaleStartTime = vo.getSaleStartTime(); nextSaleStartTime = collectNext.getTimeStart();
} }
map.put("vo", vo); map.put("vo", vo);
map.put("tagType", tagType); map.put("tagType", tagType);
......
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