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

Commit f1c75a9d authored by 胡佳晨's avatar 胡佳晨

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

parents 111172ef f5ff38be
...@@ -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