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