Commit e72d939f by songyinghui

Merge branch 'feature-content2' into developer

parents caa0871f 05659954
......@@ -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