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

Commit 3761b0f1 authored by 胡佳晨's avatar 胡佳晨

Merge remote-tracking branch 'origin/hjc_goblin_list_fix' into hjc_goblin_list_fix

parents f1c75a9d 6e95221a
......@@ -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