Ver a proveniência

//coupon

release_toaliyun_real
xhxu há 3 anos
ascendente
cometimento
be197bb749
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java Ver ficheiro

@@ -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();


Carregando…
Cancelar
Guardar