|
|
|
@@ -383,7 +383,7 @@ public class WxCouponServiceImpl implements WxCouponService { |
|
|
|
} |
|
|
|
|
|
|
|
private List<WxMerchantVo> getMerchantVoList(TenantEntity couponTenant,TenantEntity mallTenant,Long couponId,Integer couponType){ |
|
|
|
if (EnumCouponType.isParentCoupon(couponType) && couponTenant.getTenantId().equals(mallTenant)){ |
|
|
|
if (EnumCouponType.isParentCoupon(couponType)){ |
|
|
|
//集团查券 查询所有门店 |
|
|
|
if(couponTenant.getTenantId().equals(mallTenant.getTenantId())){ |
|
|
|
WxCouponMall couponMall = new WxCouponMall(); |
|
|
|
|