订单详情

This commit is contained in:
张松
2025-11-28 16:46:25 +08:00
parent 0b0e3ebba3
commit b431c0b828
4 changed files with 22 additions and 0 deletions

View File

@@ -1785,6 +1785,8 @@ public class OrderInfoCustomServiceImpl implements OrderInfoCustomService {
.eq(OrderDetail::getId, detailStatusDTO.getOrderDetailId()).update();
}
}
rabbitPublisher.sendOrderDetailStatusMsg(shopId.toString());
return true;
}
}