上传图片

This commit is contained in:
gong
2026-01-06 17:45:56 +08:00
parent 6ec6fafc98
commit 8501e21cf4
12 changed files with 357 additions and 62 deletions

View File

@@ -48,9 +48,6 @@ public class OrderMqListener {
orderInfoCustomService.updateOrderDetailStatus(Long.valueOf(finalInfo));
});
info = info.replace("UP_ORDER_DETAIL:", "");
System.out.println(info);
}
@RabbitListener(queues = {"${spring.profiles.active}-" + RabbitConstants.Queue.ORDER_STOCK_QUEUE})