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

Commit 1116e832 authored by jiangxiulong's avatar jiangxiulong

盲盒不判断是否上链

parent abff0c44
...@@ -1675,7 +1675,8 @@ public class GoblinRedisUtils { ...@@ -1675,7 +1675,8 @@ public class GoblinRedisUtils {
&& info.getShelvesStatus().equals("3") && info.getShelvesStatus().equals("3")
&& (info.getSkuAppear() == null || info.getSkuAppear().equals("0")) && (info.getSkuAppear() == null || info.getSkuAppear().equals("0"))
&& info.getDelFlg().equals("0") && info.getDelFlg().equals("0")
&& info.getUpchain() == 1 && ((info.getUnbox().equals("0") && info.getUpchain() == 1) || info.getUnbox().equals("1"))
// && (info.getUnbox().equals("1") || info.getUpchain() == 1)
) { ) {
return true; return true;
} else { } else {
......
...@@ -373,7 +373,7 @@ public class GoblinNftOrderUtils { ...@@ -373,7 +373,7 @@ public class GoblinNftOrderUtils {
&& info.getShelvesStatus().equals("3") && info.getShelvesStatus().equals("3")
&& (info.getSkuAppear() == null || info.getSkuAppear().equals("0")) && (info.getSkuAppear() == null || info.getSkuAppear().equals("0"))
&& info.getDelFlg().equals("0") && info.getDelFlg().equals("0")
&& info.getUpchain() == 1 && ((info.getUnbox().equals("0") && info.getUpchain() == 1) || info.getUnbox().equals("1"))
) { ) {
return true; return true;
} else { } else {
......
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