1. 商品信息变动刷新库存
2. 商品信息变动发生Mq消息
This commit is contained in:
@@ -31,8 +31,9 @@ public interface ProductRpcService {
|
||||
|
||||
/**
|
||||
* 订单退菜或退款后回退库存
|
||||
*
|
||||
* @param shopId 店铺id
|
||||
* @param orderId 订单ID
|
||||
* @param dataList 库存恢复数据
|
||||
*/
|
||||
void orderRefundReturnStock(List<Map<String, Object>> dataList);
|
||||
void orderRefundReturnStock(Long shopId, Long orderId, List<Map<String, Object>> dataList);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user