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

Commit deefdd85 authored by jiangxiulong's avatar jiangxiulong

whiteType

parent d4746f1f
...@@ -96,7 +96,7 @@ public class GoblinNftOrderAppServiceImpl implements IGoblinNftOrderAppService { ...@@ -96,7 +96,7 @@ public class GoblinNftOrderAppServiceImpl implements IGoblinNftOrderAppService {
// 分批、提前购黑、白名单 // 分批、提前购黑、白名单
if (null != tagType) { if (null != tagType) {
Boolean listCanBuy = goblinRedisUtils.getListCanBuy(listId, skuId, mobile, uid, null); Boolean listCanBuy = goblinRedisUtils.getListCanBuy(listId, skuId, mobile, uid, 1);
if (!listCanBuy) { if (!listCanBuy) {
return null; return null;
} }
......
...@@ -88,7 +88,7 @@ public class GoblinNftOrderServiceImpl implements IGoblinNftOrderService { ...@@ -88,7 +88,7 @@ public class GoblinNftOrderServiceImpl implements IGoblinNftOrderService {
// 分批、提前购黑、白名单 // 分批、提前购黑、白名单
if (null != tagType) { if (null != tagType) {
Boolean listCanBuy = goblinRedisUtils.getListCanBuy(listId, skuId, mobile, uid, null); Boolean listCanBuy = goblinRedisUtils.getListCanBuy(listId, skuId, mobile, uid, 1);
if (!listCanBuy) { if (!listCanBuy) {
return ResponseDto.failure("该藏品仅对部分用户开放~"); return ResponseDto.failure("该藏品仅对部分用户开放~");
} }
......
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