Commit 05659954 by songyinghui

feat: 订单延迟消费

parent af017ea2
......@@ -118,7 +118,7 @@ public class MallOrderStatusChangeApiServiceImpl implements MallOrderStatusChang
public ServiceResponse<Void> orderEventDelay(String params) {
// 处理埋点数据延迟的问题
log.info("处理埋点数据延迟 订单事件先到的场景 >>>> {}", params);
this.mallOrderStatusChange(params);
return this.mallOrderStatusChange(params);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment