| @@ -402,6 +402,7 @@ public class WxCouponOrderServiceImpl implements WxCouponOrderService { | |||||
| if (bUserIdList.contains(bUserId)) { | if (bUserIdList.contains(bUserId)) { | ||||
| bUserIdList.add(bUserId); | bUserIdList.add(bUserId); | ||||
| } | } | ||||
| mallBUserIdList.put(mallTenantId, bUserIdList); | |||||
| if (!mallTenantIdList.contains(mallTenantId)) { | if (!mallTenantIdList.contains(mallTenantId)) { | ||||
| mallTenantIdList.add(mallTenantId); | mallTenantIdList.add(mallTenantId); | ||||
| } | } | ||||
| @@ -922,7 +923,7 @@ public class WxCouponOrderServiceImpl implements WxCouponOrderService { | |||||
| if(null != bUserId && (!bUserIdList.contains(bUserId))){ | if(null != bUserId && (!bUserIdList.contains(bUserId))){ | ||||
| bUserIdList.add(bUserId); | bUserIdList.add(bUserId); | ||||
| } | } | ||||
| mallBUserIdList.put(bo.getBTenantId(), bUserIdList); | |||||
| List<Long> merchantIdList = mallMerchantIdList.get(bo.getBTenantId()); | List<Long> merchantIdList = mallMerchantIdList.get(bo.getBTenantId()); | ||||
| if (null == merchantIdList) { | if (null == merchantIdList) { | ||||
| merchantIdList = new ArrayList<Long>(); | merchantIdList = new ArrayList<Long>(); | ||||
| @@ -931,7 +932,7 @@ public class WxCouponOrderServiceImpl implements WxCouponOrderService { | |||||
| if (null != bmerchantId && (!merchantIdList.contains(bmerchantId))) { | if (null != bmerchantId && (!merchantIdList.contains(bmerchantId))) { | ||||
| merchantIdList.add(bmerchantId); | merchantIdList.add(bmerchantId); | ||||
| } | } | ||||
| mallMerchantIdList.put(bo.getBTenantId(), merchantIdList); | |||||
| if (!mallTenantIdList.contains(bo.getBTenantId())) { | if (!mallTenantIdList.contains(bo.getBTenantId())) { | ||||
| mallTenantIdList.add(bo.getBTenantId()); | mallTenantIdList.add(bo.getBTenantId()); | ||||
| } | } | ||||