|
|
|
@ -96,11 +96,6 @@ public class OrderPayBeforeServiceImpl implements OrderPayBeforeService { |
|
|
|
|
throw ErrorHelp.genException(SysCode.System, ErrorCode.COMMON_ERROR, "未配置支付参数,请稍后重试!"); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} else if (order.getProductType().equals(OrderProductType.PRODUCT_TYPE16.getNumber())) { |
|
|
|
|
SecConfig type = secConfigService.findByCodeType("OIL_CARD_RECHARGE"); |
|
|
|
|
if (type != null && type.getCodeValue().equals("false")) { |
|
|
|
|
throw ErrorHelp.genException(SysCode.System, ErrorCode.COMMON_ERROR, "暂时进行无法充值!"); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|