Kaynağa Gözat

[消息][修改]:券错误处理

release_toaliyun_real
Stormeye Wu 6 yıl önce
ebeveyn
işleme
d95aec3eb5
1 değiştirilmiş dosya ile 5 ekleme ve 1 silme
  1. +5
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxGameServiceImpl.java

+ 5
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxGameServiceImpl.java Dosyayı Görüntüle

@@ -253,7 +253,11 @@ public class WxGameServiceImpl implements WxGameService {
JSONObject obj = (JSONObject)couponIds.get(i);
Long couponId = obj.getLong("couponId");
int weight = obj.getIntValue("weight");
saveOrUpdateCouponChannel(couponId, wxCouponChannelsMap, record);
try {
saveOrUpdateCouponChannel(couponId, wxCouponChannelsMap, record);
} catch (MallinkException e) {
logger.error(e.getMessage());
}
}

// 下架更新


Yükleniyor…
İptal
Kaydet