This commit is contained in:
van
2026-04-03 17:48:33 +08:00
parent fa7e26cf6e
commit 3e37587074
5 changed files with 19 additions and 4 deletions

View File

@@ -85,7 +85,7 @@ public class LogisticsScanTask {
logger.error("订单扫描阶段异常", e);
} finally {
try {
logger.info("---------- 企微分享链 adhoc落库对账入队IMPORTED/PENDING/WAITING 等) ----------");
logger.info("---------- 企微分享链 adhoc落库对账入队含 ABANDONED 复位入队,一月内 PENDING/WAITING/IMPORTED 等) ----------");
adhocReconciled = logisticsService.reconcileShareLinkJobsIntoPendingQueue();
logger.info("企微分享链 adhoc对账入队 {} 条(余者可能尚在限频窗口内)", adhocReconciled);
} catch (Exception e) {