1. 商品信息变动刷新库存

2. 商品信息变动发生Mq消息
This commit is contained in:
Tankaikai
2025-03-04 15:49:42 +08:00
parent 8b2b70e13c
commit 327a5cf8f6

View File

@@ -208,7 +208,7 @@ public class OrderInfoRpcServiceImpl implements OrderInfoRpcService {
} }
try { try {
// 调用商品服务回退库存 // 调用商品服务回退库存
productRpcService.orderRefundReturnStock(dataList); productRpcService.orderRefundReturnStock(orderId, orderInfo.getShopId(), dataList);
} catch (Exception e) { } catch (Exception e) {
log.error("调用商品服务回退库存", e); log.error("调用商品服务回退库存", e);
throw e; throw e;