|
|
@@ -2612,6 +2612,7 @@ public class OtcTradeOrderServiceImpl implements OtcTradeOrderService {
|
|
|
tradePublishUtils.publishOrderCreateSuccessMsg(orderId + "");
|
|
|
// 如果是留位订单,发送 4 小时自动取消延迟消息
|
|
|
if (createVO.getIsYd() != null && createVO.getIsYd() == 1) {
|
|
|
+ log.info("留位订单创建成功,orderId={}", orderId);
|
|
|
// 查询配置信息,获取取消时间
|
|
|
String autoClearTime = configApi.getPlatformConfigValueByKey("autoClearTimeoutParam.four_hours");
|
|
|
if (StrUtil.isBlank(autoClearTime)) {
|