From 5bf10c1dafe485d506ec534f98e5220a3b83dd17 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期四, 16 四月 2026 23:16:46 +0800
Subject: [PATCH] feat(WCS&WMS): 机械手扫码NG处理与线体条码读取与添加批量MES绑定解绑接口
---
Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/HostedService/ApiRouteCacheWarmupHostedService.cs | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/HostedService/ApiRouteCacheWarmupHostedService.cs b/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/HostedService/ApiRouteCacheWarmupHostedService.cs
index 3ef6513..046380e 100644
--- a/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/HostedService/ApiRouteCacheWarmupHostedService.cs
+++ b/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/HostedService/ApiRouteCacheWarmupHostedService.cs
@@ -28,7 +28,9 @@
(nameof(ConfigKey.CreateRobotGroupPalletTask), "Task/CreateRobotGroupPalletTask"),
(nameof(ConfigKey.CreateRobotChangePalletTask), "Task/CreateRobotChangePalletTask"),
(nameof(ConfigKey.CreateRobotSplitPalletTask), "Task/CreateRobotSplitPalletTask"),
- (nameof(ConfigKey.OutboundFinishTaskTray), "Task/OutboundFinishTaskTray")
+ (nameof(ConfigKey.OutboundFinishTaskTray), "Task/OutboundFinishTaskTray"),
+ (nameof(ConfigKey.SplitPalletConfirm), "Stock/SplitPalletConfirm"),
+ (nameof(ConfigKey.GroupPalletConfirm), "Stock/GroupPalletConfirm")
};
private readonly ICacheService _cache;
@@ -53,7 +55,7 @@
warmedCount++;
}
- _logger.LogInformation(":API路由缓存预热完成。计数={Count}", warmedCount);
+ _logger.LogInformation("锟斤拷API路锟缴伙拷锟斤拷预锟斤拷锟斤拷伞锟斤拷锟斤拷锟�={Count}", warmedCount);
return Task.CompletedTask;
}
--
Gitblit v1.9.3