Przeglądaj źródła

fix

release_toaliyun_real
winter 1 rok temu
rodzic
commit
25afe56123
1 zmienionych plików z 1 dodań i 1 usunięć
  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 Wyświetl plik

@@ -1084,7 +1084,7 @@ public class WxCouponOrderServiceImpl implements WxCouponOrderService {
.eq(WxCouponSend::getTenantId, mallTenantId) .eq(WxCouponSend::getTenantId, mallTenantId)
.in(!CollectionUtils.isEmpty(couponIdList), WxCouponSend::getCouponId, couponIdList)); .in(!CollectionUtils.isEmpty(couponIdList), WxCouponSend::getCouponId, couponIdList));
if (null != couponSends) { if (null != couponSends) {
List<Long> sendMerchantIds = couponSends.stream().filter(x -> StringUtils.isNotBlank(x.getConditions())).map(x -> {
List<Long> sendMerchantIds = couponSends.stream().filter(x -> null!= x && StringUtils.isNotBlank(x.getConditions())).map(x -> {
JSONObject jsonObject = new JSONObject(); JSONObject jsonObject = new JSONObject();
try { try {
jsonObject = JSONObject.parseObject(x.getConditions()); jsonObject = JSONObject.parseObject(x.getConditions());


Ładowanie…
Anuluj
Zapisz