订单详情状态mq

This commit is contained in:
张松
2025-11-28 16:56:26 +08:00
parent 6fda193535
commit 824f35e636

View File

@@ -324,6 +324,7 @@ public class OrderInfoCustomServiceImpl implements OrderInfoCustomService {
redisService.set(RedisCst.classKeyExpired.EXPIRED_ORDER + orderInfo.getId(), "", 60 * 15);
}
rabbitPublisher.sendOrderStockMsg(orderInfo.getId().toString());
rabbitPublisher.sendOrderDetailStatusMsg(orderInfo.getShopId().toString());
return orderInfo;
}