Commit ed81dfce by songyinghui

feat: 添加日志

parent 2c44f3c3
......@@ -41,6 +41,7 @@ public class MallOrderStatusChangeApiServiceImpl implements MallOrderStatusChang
@Override
public ServiceResponse<Void> mallOrderStatusChange(String params) {
log.info("【MallOrderStatusChangeApiService】处理微商城订单状态变更事件 {}", params);
OrderEventMqBO orderEventMqBO = JSON.parseObject(params, OrderEventMqBO.class);
if (orderEventMqBO == null) {
log.info("订单状态变更事件参数异常 {}", 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