订单详情状态mq
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user