商品模块代码提交
This commit is contained in:
@@ -39,7 +39,7 @@ public class RabbitPublisher {
|
||||
* @param refundMap Map <Long,BigDecimal> 商品Id,退单数量
|
||||
*/
|
||||
public void sendOrderRefundMsg(String refundMap) {
|
||||
sendMsg(RabbitConstants.Queue.ORDER_STOCK_QUEUE, refundMap);
|
||||
sendMsg(RabbitConstants.Queue.ORDER_REFUND_QUEUE, refundMap);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user