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

Commit 6e95221a authored by jiangxiulong's avatar jiangxiulong

null != listId getListCanBuy

parent f5ff38be
......@@ -92,7 +92,7 @@ public class GoblinNftOrderServiceImpl implements IGoblinNftOrderService {
Integer whiteType = (Integer) map.get("whiteType");
// 分批、提前购黑、白名单
if (null != tagType) {
if (null != listId) {
Boolean listCanBuy = goblinRedisUtils.getListCanBuy(listId, skuId, mobile, uid, whiteType);
if (!listCanBuy) {
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