This commit is contained in:
Leo
2026-01-06 22:07:52 +08:00
parent fb00ecbcb6
commit ba6f250914

View File

@@ -55,7 +55,7 @@ public class LogisticsScanTask {
try {
// 检查Redis中是否已处理过避免重复处理
if (logisticsService.isOrderProcessed(order.getId())) {
logger.debug("订单已处理过,跳过 - 订单ID: {}", order.getId());
//logger.debug("订单已处理过,跳过 - 订单ID: {}", order.getId());
skippedCount++;
continue;
}