退单退回库存
This commit is contained in:
@@ -212,7 +212,7 @@ public class OrderInfoRpcServiceImpl implements OrderInfoRpcService {
|
||||
}
|
||||
try {
|
||||
// 调用商品服务回退库存
|
||||
productRpcService.orderRefundReturnStock(orderId, orderInfo.getShopId(), dataList);
|
||||
productRpcService.orderRefundReturnStock(orderInfo.getShopId(), orderId, dataList);
|
||||
} catch (Exception e) {
|
||||
log.error("调用商品服务回退库存", e);
|
||||
throw e;
|
||||
|
||||
Reference in New Issue
Block a user