商品缓存清除于设置

This commit is contained in:
Tankaikai
2025-04-18 15:55:36 +08:00
parent c9ba9a1c45
commit c2a4672358
2 changed files with 7 additions and 0 deletions

View File

@@ -186,6 +186,7 @@ public class OrderInfoRpcServiceImpl implements OrderInfoRpcService {
@Override
public void orderRefundCallback(JSONObject data) {
log.info(">>>>>>>>>>>>>>>>>:入参:{}", data.toJSONString());
Long orderId = data.getLong("orderId");
// 订单取消后商品库存恢复,耗材恢复,流水记录
OrderInfo orderInfo = orderInfoMapper.selectOneById(orderId);