Przeglądaj źródła

[A端][修复]:作废券时候的异常问题

release_toaliyun_real
hupeng 7 lat temu
rodzic
commit
c6fe07392f
1 zmienionych plików z 1 dodań i 1 usunięć
  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 Wyświetl plik

@@ -138,7 +138,7 @@ public class WxCouponServiceImpl implements WxCouponService {
wxCouponMapper.insertSelective(record); wxCouponMapper.insertSelective(record);


} else { } else {
if (!record.getMerchantParams().isEmpty()) {
if (record.getMerchantParams() != null) {
List<JSONObject> merchantParamList = JSONObject.parseArray(record.getMerchantParams(), JSONObject.class); List<JSONObject> merchantParamList = JSONObject.parseArray(record.getMerchantParams(), JSONObject.class);


WxCouponMerchant cmParam = new WxCouponMerchant(); WxCouponMerchant cmParam = new WxCouponMerchant();


Ładowanie…
Anuluj
Zapisz