From 595b44f79c7580b3d95c63194b1df4f00600f926 Mon Sep 17 00:00:00 2001
From: xiazhengtongxue <133085197+xiazhengtongxue@users.noreply.github.com>
Date: 星期六, 18 四月 2026 15:08:14 +0800
Subject: [PATCH] Revert "fix(WMS): 修复货位状态变动记录"
---
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..b5a0a1c 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