From 60a4de55deb1aeeb5621028a8f8c732c38027f81 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周二, 03 12月 2024 14:19:35 +0800
Subject: [PATCH] 222

---
 CC/iWareCC_ASRS/WmsTask/MainTaskDecompose.cs |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/CC/iWareCC_ASRS/WmsTask/MainTaskDecompose.cs b/CC/iWareCC_ASRS/WmsTask/MainTaskDecompose.cs
index f49706b..03dab19 100644
--- a/CC/iWareCC_ASRS/WmsTask/MainTaskDecompose.cs
+++ b/CC/iWareCC_ASRS/WmsTask/MainTaskDecompose.cs
@@ -29,7 +29,7 @@
             {
                 try
                 {
-                    SystemWarningMsg._lbl_Alert_MainTaskDecompose = "";
+                    SystemWarningMsg._lbl_Alert_DataProcess_BZ21_IssueTask = "";
                     if (SystemValue.isAllowRuning_MainTaskDecompose && SystemValue.isStartedModel)
                     {
                         using (DbModel context = new DbModel())
@@ -58,7 +58,7 @@
                                 var errMsg = "";
                                 if (!MyExtendHelper.IsNoFinishedOutTaskGroupbyArea(context, ref errMsg))
                                 {
-                                    SystemWarningMsg._lbl_Alert_MainTaskDecompose += "涓嶅厑璁稿垎瑙e嚭搴撲换鍔�:" + errMsg + SysGloble.SPLIT_STR;
+                                    SystemWarningMsg._lbl_Alert_DataProcess_BZ21_IssueTask += "涓嶅厑璁稿垎瑙e嚭搴撲换鍔�:" + errMsg + SysGloble.SPLIT_STR;
                                     isAllowDecomposeOutTask = false;
                                 }
                                 //var _list = MyExtendHelper.GetHasCatogryStationCodeAreaList();
@@ -66,7 +66,7 @@
                                 var _list = MyExtendHelper.GetHasCatogryAndNoFinishedOutStoreTaskStationCodeAreaList(context, ref dict_hasNoFinishedOutStoreTaskStationCodeAreaList);
                                 if (_list != null && _list.Count >= 2)
                                 {
-                                    SystemWarningMsg._lbl_Alert_MainTaskDecompose += "涓嶅厑璁稿垎瑙e嚭搴撲换鍔�:鍥涗釜鍑哄簱鍙g洰鍓嶆湁" + _list.Count + "涓鍗犵敤浜�,瓒呰繃浜嗚瀹氬��:" + 2 + SysGloble.SPLIT_STR;
+                                    SystemWarningMsg._lbl_Alert_DataProcess_BZ21_IssueTask += "涓嶅厑璁稿垎瑙e嚭搴撲换鍔�:鍥涗釜鍑哄簱鍙g洰鍓嶆湁" + _list.Count + "涓鍗犵敤浜�,瓒呰繃浜嗚瀹氬��:" + 2 + SysGloble.SPLIT_STR;
                                     isAllowDecomposeOutTask = false;
                                 }
                                 if (isAllowDecomposeOutTask)
@@ -82,7 +82,7 @@
                 }
                 catch (Exception ex)
                 {
-                    SystemWarningMsg._lbl_Alert_MainTaskDecompose += "鍒嗚В绾跨▼鍑虹幇寮傚父:" + ex.Message + SysGloble.SPLIT_STR;
+                    SystemWarningMsg._lbl_Alert_DataProcess_BZ21_IssueTask += "鍒嗚В绾跨▼鍑虹幇寮傚父:" + ex.Message + SysGloble.SPLIT_STR;
                     Log4NetHelper.WriteErrorLog(LogType.CCWCFService, "HandlerIssuingTask鍑虹幇寮傚父锛�" + ex.Message, ex);
                 }
                 Thread.Sleep(2000);//浼戠湢2绉�
@@ -123,12 +123,12 @@
                     result = SingleHandlerForOutTask(context, doMain);
 
                     if (result.result) context.SaveChanges();
-                    SystemWarningMsg._lbl_Alert_MainTaskDecompose = result.resMsg + SysGloble.SPLIT_STR;
+                    SystemWarningMsg._lbl_Alert_DataProcess_BZ21_IssueTask = result.resMsg + SysGloble.SPLIT_STR;
                 }
             }
             else
             {
-                SystemWarningMsg._lbl_Alert_MainTaskDecompose += "娌℃湁瑕佸垎瑙g殑浠诲姟" + SysGloble.SPLIT_STR;
+                SystemWarningMsg._lbl_Alert_DataProcess_BZ21_IssueTask += "娌℃湁瑕佸垎瑙g殑浠诲姟" + SysGloble.SPLIT_STR;
             }
         }
 

--
Gitblit v1.9.3