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

Commit f5ff38be authored by jiangxiulong's avatar jiangxiulong

null != listId getListCanBuy

parent e6815080
...@@ -104,7 +104,7 @@ public class GoblinNftOrderAppServiceImpl implements IGoblinNftOrderAppService { ...@@ -104,7 +104,7 @@ public class GoblinNftOrderAppServiceImpl implements IGoblinNftOrderAppService {
// 分批、提前购黑、白名单 // 分批、提前购黑、白名单
Integer isListCanBuy = 1; Integer isListCanBuy = 1;
if (null != tagType) { if (null != listId) {
Boolean listCanBuy = goblinRedisUtils.getListCanBuy(listId, skuId, mobile, uid, whiteType); Boolean listCanBuy = goblinRedisUtils.getListCanBuy(listId, skuId, mobile, uid, whiteType);
if (!listCanBuy) { if (!listCanBuy) {
isListCanBuy = 0; isListCanBuy = 0;
......
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