Bläddra i källkod

fix bug

release_toaliyun_real
winter 4 år sedan
förälder
incheckning
e04183412c
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxCouponOrderServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxCouponOrderServiceImpl.java Visa fil

@@ -767,7 +767,7 @@ public class WxCouponOrderServiceImpl implements WxCouponOrderService {
} }
Map<Long, List<WxMerchantVo>> couponMerchantVoMap = null; Map<Long, List<WxMerchantVo>> couponMerchantVoMap = null;
if (getMerchant) {
if (getMerchant && couponIds.size() > 0) {
couponMerchantVoMap = wxMerchantService.findCouponMerchantVoList(couponIds, tenantEntity,false); couponMerchantVoMap = wxMerchantService.findCouponMerchantVoList(couponIds, tenantEntity,false);
} }


Laddar…
Avbryt
Spara