|
|
@ -191,6 +191,9 @@ public class OrderCreateHandleServiceImpl implements OrderCreateHandleService { |
|
|
|
|
|
|
|
|
|
|
|
// 贵州中石化
|
|
|
|
// 贵州中石化
|
|
|
|
if (coupon.getCouponSource().equals(4)) { |
|
|
|
if (coupon.getCouponSource().equals(4)) { |
|
|
|
|
|
|
|
if (secConfigService.isConfig("GZ_SINOPEC_STATUS", "true") == true) { |
|
|
|
|
|
|
|
throw ErrorHelp.genException(SysCode.System, ErrorCode.COMMON_ERROR, "卡券维护中,请稍后重试!"); |
|
|
|
|
|
|
|
} |
|
|
|
// 下单请求
|
|
|
|
// 下单请求
|
|
|
|
JSONObject jsonObject = HuiLianTongConfig.recharge(createOrderChild.getOrderNo(), |
|
|
|
JSONObject jsonObject = HuiLianTongConfig.recharge(createOrderChild.getOrderNo(), |
|
|
|
childOrder.getSaleCount(), |
|
|
|
childOrder.getSaleCount(), |
|
|
|