|
|
|
@@ -72,7 +72,7 @@ public class WxCouponController extends BaseController { |
|
|
|
if (StringUtils.isNotBlank(couponChannelId) && !couponChannelId.equalsIgnoreCase(Constant.UNDEFINED)) { |
|
|
|
couponChannelIdL = Long.valueOf(couponChannelId); |
|
|
|
} |
|
|
|
if (!StringUtils.isNotBlank(couponId) && !couponId.equalsIgnoreCase(Constant.UNDEFINED)) { |
|
|
|
if (StringUtils.isNotBlank(couponId) && !couponId.equalsIgnoreCase(Constant.UNDEFINED)) { |
|
|
|
couponIdL = Long.valueOf(couponId); |
|
|
|
} |
|
|
|
} catch (NumberFormatException e) { |
|
|
|
@@ -152,7 +152,7 @@ public class WxCouponController extends BaseController { |
|
|
|
if (StringUtils.isNotBlank(couponChannelId) && !couponChannelId.equalsIgnoreCase(Constant.UNDEFINED)) { |
|
|
|
couponChannelIdL = Long.valueOf(couponChannelId); |
|
|
|
} |
|
|
|
if (!StringUtils.isNotBlank(couponId) && !couponId.equalsIgnoreCase(Constant.UNDEFINED)) { |
|
|
|
if (StringUtils.isNotBlank(couponId) && !couponId.equalsIgnoreCase(Constant.UNDEFINED)) { |
|
|
|
couponIdL = Long.valueOf(couponId); |
|
|
|
} |
|
|
|
} catch (NumberFormatException e) { |
|
|
|
|