|
|
|
@@ -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()); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
// 下架更新 |
|
|
|
|