From c5a203cd94117eb87fa4ff7df974a4aaee5ed83b Mon Sep 17 00:00:00 2001 From: peng <peng.com> Date: 星期二, 02 九月 2025 10:58:32 +0800 Subject: [PATCH] mq处理订单失败后的手动补偿机制 --- manager-api/pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/manager-api/pom.xml b/manager-api/pom.xml index f2b40c4..e25db3c 100644 --- a/manager-api/pom.xml +++ b/manager-api/pom.xml @@ -29,4 +29,4 @@ </plugins> </build> -</project> \ No newline at end of file +</project> -- Gitblit v1.8.0