Quellcode durchsuchen

//coupon

release_toaliyun_real
xhxu vor 3 Jahren
Ursprung
Commit
be197bb749
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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 Datei anzeigen

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


Laden…
Abbrechen
Speichern