From b0b5deb5825684bca5b3fa7c2ab59f60ce0e799f Mon Sep 17 00:00:00 2001
From: xiazhengtongxue <133085197+xiazhengtongxue@users.noreply.github.com>
Date: 星期二, 07 四月 2026 16:36:57 +0800
Subject: [PATCH] fix: 修复移库任务号重复问题,优化策略优先处理正常任务,避免任务堵塞
---
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_Common/TaskEnum/TaskStatusEnum.cs | 40 ++++++++++++++++++++++++++++++++--------
1 files changed, 32 insertions(+), 8 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Common/TaskEnum/TaskStatusEnum.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Common/TaskEnum/TaskStatusEnum.cs"
index 0d852ff..ea02830 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Common/TaskEnum/TaskStatusEnum.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Common/TaskEnum/TaskStatusEnum.cs"
@@ -56,13 +56,19 @@
/// 鍏ュ簱浠诲姟鍙栨秷
/// </summary>
[Description("鍏ュ簱浠诲姟鍙栨秷")]
- InCancel = 298,
+ InCancel = 297,
/// <summary>
- /// 鍏ュ簱浠诲姟寮傚父
+ /// 杈撻�佺嚎鍏ュ簱寮傚父
/// </summary>
- [Description("鍏ュ簱浠诲姟寮傚父")]
- InException = 299,
+ [Description("杈撻�佺嚎鍏ュ簱寮傚父")]
+ InPLCException = 298,
+
+ /// <summary>
+ /// 鍫嗗灈鏈哄叆搴撳紓甯�
+ /// </summary>
+ [Description("鍫嗗灈鏈哄叆搴撳紓甯�")]
+ InSCException = 299,
}
@@ -75,6 +81,12 @@
/// </summary>
public enum OutTaskStatusEnum
{
+ /// <summary>
+ /// 鍑哄簱绛夊緟涓�
+ /// </summary>
+ [Description("鍑哄簱绛夊緟涓�")]
+ OutWait = 99,
+
/// <summary>
/// 鏂板缓鍑哄簱浠诲姟
/// </summary>
@@ -115,13 +127,19 @@
/// 鍑哄簱浠诲姟鍙栨秷
/// </summary>
[Description("鍑哄簱浠诲姟鍙栨秷")]
- OutCancel = 198,
+ OutCancel = 197,
/// <summary>
- /// 鍑哄簱浠诲姟寮傚父
+ /// 杈撻�佺嚎鍏ュ簱寮傚父
/// </summary>
- [Description("鍑哄簱浠诲姟寮傚父")]
- OutException = 199
+ [Description("杈撻�佺嚎鍏ュ簱寮傚父")]
+ OutPLCException = 298,
+
+ /// <summary>
+ /// 鍫嗗灈鏈哄叆搴撳紓甯�
+ /// </summary>
+ [Description("鍫嗗灈鏈哄叆搴撳紓甯�")]
+ OutSCException = 299,
}
#endregion
@@ -146,6 +164,12 @@
/// </summary>
[Description("绉诲簱浠诲姟瀹屾垚")]
RelocationFinish = 310,
+
+ /// <summary>
+ /// 绉诲簱浠诲姟寮傚父
+ /// </summary>
+ [Description("绉诲簱浠诲姟寮傚父")]
+ RelocationException = 330,
}
#endregion
--
Gitblit v1.9.3