Sfoglia il codice sorgente

//coupon

release_toaliyun_real
xhxu 3 anni fa
parent
commit
be197bb749
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 Vedi File

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


Caricamento…
Annulla
Salva