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

Commit 9dd2c228 authored by 胡佳晨's avatar 胡佳晨

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

parent dfa62f3c
...@@ -961,10 +961,11 @@ public class GoblinRedisUtils { ...@@ -961,10 +961,11 @@ public class GoblinRedisUtils {
// if (collectVo == null && collectTemp != null) { // if (collectVo == null && collectTemp != null) {
// collectVo = collectTemp; // collectVo = collectTemp;
// } else // } else
if (collectVo == null) { // if (collectVo == null) {
collectVo = collectNext; // collectVo = collectNext;
} // }
return collectVo; // return collectVo;
return collectNext;
} }
/** /**
......
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