1. 商品信息变动刷新库存
2. 商品信息变动发生Mq消息
This commit is contained in:
@@ -208,7 +208,7 @@ public class OrderInfoRpcServiceImpl implements OrderInfoRpcService {
|
||||
}
|
||||
try {
|
||||
// 调用商品服务回退库存
|
||||
productRpcService.orderRefundReturnStock(dataList);
|
||||
productRpcService.orderRefundReturnStock(orderId, orderInfo.getShopId(), dataList);
|
||||
} catch (Exception e) {
|
||||
log.error("调用商品服务回退库存", e);
|
||||
throw e;
|
||||
|
||||
Reference in New Issue
Block a user