2
schangxiang@126.com
2024-11-23 cc11ccdaea85f5ecaaa2317fc1ffd8943739dfff
2
已修改9个文件
124 ■■■■ 文件已修改
CC/iWareCC_ASRS/Common/SystemValue.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
CC/iWareCC_ASRS/Common/SystemWarningMsg.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
CC/iWareCC_ASRS/FormCC.Designer.cs 51 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
CC/iWareCC_ASRS/FormCC.cs 11 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
CC/iWareCC_ASRS/ThreadService/02_BZ39工位(补板后工位)/Outbound/2、DataProcess_RobotBuffer_IssueOutboundTask.cs 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
CC/iWareCC_ASRS/WmsTask/EmptySalverTransferTask.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
CC/iWareCC_ASRS/WmsTask/Place1014To1020Task.cs 20 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
CC/iWareCommon/Utils/Log4Net/LogType.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
CC/iWareCommon/log4net_iWare.config 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
CC/iWareCC_ASRS/Common/SystemValue.cs
@@ -154,7 +154,7 @@
        /// <summary>
        /// æ˜¯å¦å…è®¸æ‰§è¡Œ ç©ºæ‰˜è½¬è¿çº¿ç¨‹
        /// </summary>
        public static bool isAllowRuning_EmptySalverTransfer = false;
        public static bool isAllowRuning_DataProcess_RobotBuffer_IssueOutboundTask = false;
        /// <summary>
        /// æ˜¯å¦å…è®¸æ‰§è¡Œ è‡ªåŠ¨ç»„ç›˜ä»»åŠ¡
CC/iWareCC_ASRS/Common/SystemWarningMsg.cs
@@ -134,7 +134,7 @@
        /// <summary>
        /// 1014到1020 çš„警告消息
        /// </summary>
        public static string _lbl_Alert_Place1014To1020TaskTask = string.Empty;
        public static string _lbl_Alert_DataProcess_RobotBuffer_IssueOutboundTask = string.Empty;
        /// <summary>
        /// å‡ºåº“任务通知MES çš„警告消息
CC/iWareCC_ASRS/FormCC.Designer.cs
@@ -240,8 +240,8 @@
            this.ckMainTaskDecompose_ZPRK = new System.Windows.Forms.CheckBox();
            this.lbl_Alert_DataProcess_RobotBuffer_AutoQiTaoOutbound = new System.Windows.Forms.Label();
            this.ckDataProcess_RobotBuffer_AutoQiTaoOutbound = new System.Windows.Forms.CheckBox();
            this.lbl_Alert_Place1014ClearStoreTask = new System.Windows.Forms.Label();
            this.ckPlace1014ClearStoreTask = new System.Windows.Forms.CheckBox();
            this.lbl_Alert_DataProcess_RobotBuffer_IssueOutboundTask = new System.Windows.Forms.Label();
            this.ck_DataProcess_RobotBuffer_IssueOutboundTask = new System.Windows.Forms.CheckBox();
            this.lbl_Alert_EmptySalverTransfer = new System.Windows.Forms.Label();
            this.ckEmptySalverTransfer = new System.Windows.Forms.CheckBox();
            this.lbl_MainTaskDecompose = new System.Windows.Forms.Label();
@@ -2987,8 +2987,8 @@
            this.groupBox1.Controls.Add(this.ckMainTaskDecompose_ZPRK);
            this.groupBox1.Controls.Add(this.lbl_Alert_DataProcess_RobotBuffer_AutoQiTaoOutbound);
            this.groupBox1.Controls.Add(this.ckDataProcess_RobotBuffer_AutoQiTaoOutbound);
            this.groupBox1.Controls.Add(this.lbl_Alert_Place1014ClearStoreTask);
            this.groupBox1.Controls.Add(this.ckPlace1014ClearStoreTask);
            this.groupBox1.Controls.Add(this.lbl_Alert_DataProcess_RobotBuffer_IssueOutboundTask);
            this.groupBox1.Controls.Add(this.ck_DataProcess_RobotBuffer_IssueOutboundTask);
            this.groupBox1.Controls.Add(this.lbl_Alert_EmptySalverTransfer);
            this.groupBox1.Controls.Add(this.ckEmptySalverTransfer);
            this.groupBox1.Controls.Add(this.lbl_MainTaskDecompose);
@@ -3235,28 +3235,29 @@
            this.ckDataProcess_RobotBuffer_AutoQiTaoOutbound.UseVisualStyleBackColor = true;
            this.ckDataProcess_RobotBuffer_AutoQiTaoOutbound.CheckedChanged += new System.EventHandler(this.CommonCheckedChanged);
            // 
            // lbl_Alert_Place1014ClearStoreTask
            // lbl_Alert_DataProcess_RobotBuffer_IssueOutboundTask
            // 
            this.lbl_Alert_Place1014ClearStoreTask.AutoSize = true;
            this.lbl_Alert_Place1014ClearStoreTask.BackColor = System.Drawing.Color.White;
            this.lbl_Alert_Place1014ClearStoreTask.ForeColor = System.Drawing.Color.Red;
            this.lbl_Alert_Place1014ClearStoreTask.Location = new System.Drawing.Point(215, 528);
            this.lbl_Alert_Place1014ClearStoreTask.Name = "lbl_Alert_Place1014ClearStoreTask";
            this.lbl_Alert_Place1014ClearStoreTask.Size = new System.Drawing.Size(70, 15);
            this.lbl_Alert_Place1014ClearStoreTask.TabIndex = 39;
            this.lbl_Alert_Place1014ClearStoreTask.Text = "label11";
            this.lbl_Alert_DataProcess_RobotBuffer_IssueOutboundTask.AutoSize = true;
            this.lbl_Alert_DataProcess_RobotBuffer_IssueOutboundTask.BackColor = System.Drawing.Color.White;
            this.lbl_Alert_DataProcess_RobotBuffer_IssueOutboundTask.ForeColor = System.Drawing.Color.Red;
            this.lbl_Alert_DataProcess_RobotBuffer_IssueOutboundTask.Location = new System.Drawing.Point(345, 529);
            this.lbl_Alert_DataProcess_RobotBuffer_IssueOutboundTask.Name = "lbl_Alert_DataProcess_RobotBuffer_IssueOutboundTask";
            this.lbl_Alert_DataProcess_RobotBuffer_IssueOutboundTask.Size = new System.Drawing.Size(70, 15);
            this.lbl_Alert_DataProcess_RobotBuffer_IssueOutboundTask.TabIndex = 39;
            this.lbl_Alert_DataProcess_RobotBuffer_IssueOutboundTask.Text = "label11";
            this.lbl_Alert_DataProcess_RobotBuffer_IssueOutboundTask.Click += new System.EventHandler(this.lbl_Alert_Place1014ClearStoreTask_Click);
            // 
            // ckPlace1014ClearStoreTask
            // ck_DataProcess_RobotBuffer_IssueOutboundTask
            // 
            this.ckPlace1014ClearStoreTask.AutoSize = true;
            this.ckPlace1014ClearStoreTask.Location = new System.Drawing.Point(4, 528);
            this.ckPlace1014ClearStoreTask.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.ckPlace1014ClearStoreTask.Name = "ckPlace1014ClearStoreTask";
            this.ckPlace1014ClearStoreTask.Size = new System.Drawing.Size(165, 19);
            this.ckPlace1014ClearStoreTask.TabIndex = 38;
            this.ckPlace1014ClearStoreTask.Text = "1014转运1020线程";
            this.ckPlace1014ClearStoreTask.UseVisualStyleBackColor = true;
            this.ckPlace1014ClearStoreTask.CheckedChanged += new System.EventHandler(this.CommonCheckedChanged);
            this.ck_DataProcess_RobotBuffer_IssueOutboundTask.AutoSize = true;
            this.ck_DataProcess_RobotBuffer_IssueOutboundTask.Location = new System.Drawing.Point(4, 528);
            this.ck_DataProcess_RobotBuffer_IssueOutboundTask.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.ck_DataProcess_RobotBuffer_IssueOutboundTask.Name = "ck_DataProcess_RobotBuffer_IssueOutboundTask";
            this.ck_DataProcess_RobotBuffer_IssueOutboundTask.Size = new System.Drawing.Size(335, 19);
            this.ck_DataProcess_RobotBuffer_IssueOutboundTask.TabIndex = 38;
            this.ck_DataProcess_RobotBuffer_IssueOutboundTask.Text = "机器人缓存岛 è‡ªåŠ¨ä¸‹å‘å‡ºåº“ä»»åŠ¡ å¤„理线程";
            this.ck_DataProcess_RobotBuffer_IssueOutboundTask.UseVisualStyleBackColor = true;
            this.ck_DataProcess_RobotBuffer_IssueOutboundTask.CheckedChanged += new System.EventHandler(this.CommonCheckedChanged);
            // 
            // lbl_Alert_EmptySalverTransfer
            // 
@@ -6095,8 +6096,8 @@
        private System.Windows.Forms.CheckBox ckMainTaskDecompose;
        private System.Windows.Forms.Label lbl_Alert_EmptySalverTransfer;
        private System.Windows.Forms.CheckBox ckEmptySalverTransfer;
        private System.Windows.Forms.Label lbl_Alert_Place1014ClearStoreTask;
        private System.Windows.Forms.CheckBox ckPlace1014ClearStoreTask;
        private System.Windows.Forms.Label lbl_Alert_DataProcess_RobotBuffer_IssueOutboundTask;
        private System.Windows.Forms.CheckBox ck_DataProcess_RobotBuffer_IssueOutboundTask;
        private System.Windows.Forms.Button btn_1007;
        private System.Windows.Forms.Button btn_1006;
        private System.Windows.Forms.Button btn_1005;
CC/iWareCC_ASRS/FormCC.cs
@@ -367,7 +367,7 @@
                    this.lbl_alert_DataProcess_269.Text = showNowTime + SystemWarningMsg._lbl_alert_DataProcess_269;
                    this.lbl_Alert_Place1014ClearStoreTask.Text = showNowTime + SystemWarningMsg._lbl_Alert_Place1014To1020TaskTask;
                    this.lbl_Alert_DataProcess_RobotBuffer_IssueOutboundTask.Text = showNowTime + SystemWarningMsg._lbl_Alert_DataProcess_RobotBuffer_IssueOutboundTask;
                    this.lbl_Alter_OutTaskRetryToMes.Text = showNowTime + SystemWarningMsg._lbl_Alert_OutTaskRetryToMes;
@@ -1594,7 +1594,7 @@
            DoCommonCheckedChanged(ref SystemValue.isAllowRuning_DataProcess_RobotBuffer_AutoQiTaoOutbound, ckDataProcess_RobotBuffer_AutoQiTaoOutbound);
            DoCommonCheckedChanged(ref SystemValue.isAllowRuning_EmptySalverTransfer, ckEmptySalverTransfer);
            DoCommonCheckedChanged(ref SystemValue.isAllowRuning_DataProcess_RobotBuffer_IssueOutboundTask, ckEmptySalverTransfer);
            DoCommonCheckedChanged(ref SystemValue.isAllowRuning_DataProcess_BZ39, ck_DataProcess_BZ39);
@@ -1602,7 +1602,7 @@
            DoCommonCheckedChanged(ref SystemValue.isAllowRuning_DataProcess_269, ck_DataProcess_269);
            DoCommonCheckedChanged(ref SystemValue.isAllowRuning_Place1014To1020Task, ckPlace1014ClearStoreTask);
            DoCommonCheckedChanged(ref SystemValue.isAllowRuning_Place1014To1020Task, ck_DataProcess_RobotBuffer_IssueOutboundTask);
            DoCommonCheckedChanged(ref SystemValue.isAllowRuning_OutTaskRetryToMes, checkBox_OutTaskRetryToMes);
        }
@@ -3578,5 +3578,10 @@
                "转换后:" + "\r\n" +
                JsonConvert.SerializeObject(retModel);
        }
        private void lbl_Alert_Place1014ClearStoreTask_Click(object sender, EventArgs e)
        {
        }
    }
}
CC/iWareCC_ASRS/ThreadService/02_BZ39¹¤Î»£¨²¹°åºó¹¤Î»£©/Outbound/2¡¢DataProcess_RobotBuffer_IssueOutboundTask.cs
@@ -27,14 +27,14 @@
        public static async void Handler()
        {
            var alertMsg = "";
            LogType logType = LogType.DataProcess_BZ39;
            LogType logType = LogType.DataProcess_RobotBuffer_IssueOutboundTask;
            while (true)
            {
                Thread.Sleep(2000);//休眠2秒,将休眠写到前面,是为了下面的continue方法执行后不显示错误信息的提示!!!【EditBy shaocx,2022-05-24】
                SystemWarningMsg._lbl_alert_DataProcess_BZ39 = string.Empty;
                SystemWarningMsg._lbl_Alert_DataProcess_RobotBuffer_IssueOutboundTask = string.Empty;
                try
                {
                    if (SystemValue.isAllowRuning_DataProcess_BZ39 && SystemValue.isStartedModel)
                    if (SystemValue.isAllowRuning_DataProcess_RobotBuffer_IssueOutboundTask && SystemValue.isStartedModel)
                    {
                        var rgvLocation = StationLocationEnum.BZ39.ToString();
                        /*
@@ -47,7 +47,7 @@
                            var result = obj.R_ReadCodeResult;
                            if (string.IsNullOrEmpty(result))
                            {
                                SystemWarningMsg._lbl_alert_DataProcess_BZ39 = $"{rgvLocation.ToString()}-请求了解码,但是结果是空的,此次循环结束";
                                SystemWarningMsg._lbl_Alert_DataProcess_RobotBuffer_IssueOutboundTask = $"{rgvLocation.ToString()}-请求了解码,但是结果是空的,此次循环结束";
                                continue;
                            }
                            var upiCode = result;
@@ -58,7 +58,7 @@
                                var isValidate = TaskHandler.ValidateIssueTaskForRobotBuffer(wmsDB);
                                if (!isValidate)
                                {
                                    SystemWarningMsg._lbl_alert_DataProcess_BZ39 = $"{rgvLocation.ToString()}-有‘已下发’的任务,不能处理,此次循环结束";
                                    SystemWarningMsg._lbl_Alert_DataProcess_RobotBuffer_IssueOutboundTask = $"{rgvLocation.ToString()}-有‘已下发’的任务,不能处理,此次循环结束";
                                    continue;
                                }
@@ -69,7 +69,7 @@
                              && x.TaskStatus == (int)TaskStatusEnum.新建).OrderBy(x => x.PackageCode).ToList();
                                if (taskList == null)
                                {
                                    SystemWarningMsg._lbl_Alert_DataProcess_RobotBuffer_FinishTaskForOutbound = $"{rgvLocation.ToString()},根据 R_OutboundNumber:{obj.R_OutboundNumber}没有找到已下发的任务 ";
                                    SystemWarningMsg._lbl_Alert_DataProcess_RobotBuffer_IssueOutboundTask = $"{rgvLocation.ToString()},根据 R_OutboundNumber:{obj.R_OutboundNumber}没有找到已下发的任务 ";
                                    continue;
                                }
@@ -78,7 +78,7 @@
                                var upiObj = wmsDB.mes_batchOrderUPI_new.Where(x => x.UPI == upiCode).FirstOrDefault();
                                if (upiObj == null)
                                {
                                    SystemWarningMsg._lbl_alert_DataProcess_BZ39 = $"{rgvLocation.ToString()},根据UPI:{upiCode}没有找到对象 ";
                                    SystemWarningMsg._lbl_Alert_DataProcess_RobotBuffer_IssueOutboundTask = $"{rgvLocation.ToString()},根据UPI:{upiCode}没有找到对象 ";
                                    continue;
                                }
@@ -116,7 +116,7 @@
                }
                catch (Exception ex)
                {
                    SystemWarningMsg._lbl_alert_DataProcess_BZ39 += " å‡ºçް异叏:" + ex.Message + SysGloble.SPLIT_STR;
                    SystemWarningMsg._lbl_Alert_DataProcess_RobotBuffer_IssueOutboundTask += " å‡ºçް异叏:" + ex.Message + SysGloble.SPLIT_STR;
                    Log4NetHelper.WriteErrorLog(logType, " å‡ºçŽ°å¼‚å¸¸ï¼š" + ex.Message, ex);
                }
            }
CC/iWareCC_ASRS/WmsTask/EmptySalverTransferTask.cs
@@ -33,7 +33,7 @@
                bool isHasFinishedCurrentHanlder = false;//是否已经处理完了空托盘转运任务
                try
                {
                    if (SystemValue.isAllowRuning_EmptySalverTransfer && SystemValue.isStartedModel)
                    if (SystemValue.isAllowRuning_DataProcess_RobotBuffer_IssueOutboundTask && SystemValue.isStartedModel)
                    {
                        //此处判断 1009 1010 1011的状态
                        bool isEmptyPlace_1011 = false, isEmptyPlace_1010 = false, isEmptyPlace_1009 = false;
@@ -255,7 +255,7 @@
                catch (Exception ex)
                {
                    SystemWarningMsg._lbl_Alert_DataProcess_RobotBuffer_AutoQiTaoOutbound += "分解线程出现异常:" + ex.Message + SysGloble.SPLIT_STR;
                    Log4NetHelper.WriteErrorLog(LogType.EmptySalverTransferTask, "HandlerIssuingTask出现异常:" + ex.Message, ex);
                    Log4NetHelper.WriteErrorLog(LogType.DataProcess_RobotBuffer_IssueOutboundTask, "HandlerIssuingTask出现异常:" + ex.Message, ex);
                }
            }
CC/iWareCC_ASRS/WmsTask/Place1014To1020Task.cs
@@ -32,7 +32,7 @@
                    {
                        if (FormCC.RGV_1020_NoHasCategory_COUNT <= 25)
                        {
                            SystemWarningMsg._lbl_Alert_Place1014To1020TaskTask = "1020站点,25秒内光电显示有货,无须处理转运到1020任务";
                            SystemWarningMsg._lbl_Alert_DataProcess_RobotBuffer_IssueOutboundTask = "1020站点,25秒内光电显示有货,无须处理转运到1020任务";
                            continue;
                        }
@@ -50,27 +50,27 @@
                            if (isGD_HasCatogryForRgvStattion == false)
                            {
                                SystemWarningMsg._lbl_Alert_Place1014To1020TaskTask = "1014站点,光电显示无货,无须处理转运到1020任务";
                                SystemWarningMsg._lbl_Alert_DataProcess_RobotBuffer_IssueOutboundTask = "1014站点,光电显示无货,无须处理转运到1020任务";
                                continue;
                            }
                            else if (isSys_HasCatogryForRgvStattion == false)
                            {
                                SystemWarningMsg._lbl_Alert_Place1014To1020TaskTask = "1014站点,系统显示无货,无须处理转运到1020任务";
                                SystemWarningMsg._lbl_Alert_DataProcess_RobotBuffer_IssueOutboundTask = "1014站点,系统显示无货,无须处理转运到1020任务";
                                continue;
                            }
                            else if (isExistOtherTaskDoing == true)
                            {
                                SystemWarningMsg._lbl_Alert_Place1014To1020TaskTask = "1014站点,系统显示有其他任务占用,无须处理转运到1020任务";
                                SystemWarningMsg._lbl_Alert_DataProcess_RobotBuffer_IssueOutboundTask = "1014站点,系统显示有其他任务占用,无须处理转运到1020任务";
                                continue;
                            }
                            else if (isExistOtherTaskDoingForDeviceTaskTypeEnum_立库空托到拆盘机入口 == true)
                            {
                                SystemWarningMsg._lbl_Alert_Place1014To1020TaskTask = "1014站点,系统显示有立库空托到拆盘机入口任务占用,无须处理转运到1020任务";
                                SystemWarningMsg._lbl_Alert_DataProcess_RobotBuffer_IssueOutboundTask = "1014站点,系统显示有立库空托到拆盘机入口任务占用,无须处理转运到1020任务";
                                continue;
                            }
                            else if (isExistOtherTaskDoingForDeviceTaskTypeEnum_空托转运到拆盘机入口 == true)
                            {
                                SystemWarningMsg._lbl_Alert_Place1014To1020TaskTask = "1014站点,系统显示有空托转运到拆盘机入口任务占用,无须处理转运到1020任务";
                                SystemWarningMsg._lbl_Alert_DataProcess_RobotBuffer_IssueOutboundTask = "1014站点,系统显示有空托转运到拆盘机入口任务占用,无须处理转运到1020任务";
                                continue;
                            }
@@ -79,7 +79,7 @@
                            isGD_HasCatogryForRgvStattion = MyExtendHelper.IsGD_HasCatogryForRgvStattion(((int)rgvLocation_1020).ToString());
                            if (isGD_HasCatogryForRgvStattion == true)
                            {
                                SystemWarningMsg._lbl_Alert_Place1014To1020TaskTask = "1020站点,光电显示有货,无须处理转运到1020任务";
                                SystemWarningMsg._lbl_Alert_DataProcess_RobotBuffer_IssueOutboundTask = "1020站点,光电显示有货,无须处理转运到1020任务";
                                continue;
                            }
@@ -98,11 +98,11 @@
                            var fr = MyExtendHelper.DoHandler(context, store, EDevice.拆盘机1020);
                            if (fr.result == false)
                            {
                                SystemWarningMsg._lbl_Alert_Place1014To1020TaskTask = "错误:拆盘机入口1014处新建从 1014库位转运到1020线程 ä»»åŠ¡å¤±è´¥:" + fr.resMsg;
                                SystemWarningMsg._lbl_Alert_DataProcess_RobotBuffer_IssueOutboundTask = "错误:拆盘机入口1014处新建从 1014库位转运到1020线程 ä»»åŠ¡å¤±è´¥:" + fr.resMsg;
                            }
                            else
                            {
                                SystemWarningMsg._lbl_Alert_Place1014To1020TaskTask = "成功创建拆盘机入口1014处新建 1014库位转运到1020 ä»»åŠ¡";
                                SystemWarningMsg._lbl_Alert_DataProcess_RobotBuffer_IssueOutboundTask = "成功创建拆盘机入口1014处新建 1014库位转运到1020 ä»»åŠ¡";
                            }
                            #endregion
@@ -113,7 +113,7 @@
                }
                catch (Exception ex)
                {
                    SystemWarningMsg._lbl_Alert_Place1014To1020TaskTask = "1014库位转运到1020线程出现异常:" + ex.Message;
                    SystemWarningMsg._lbl_Alert_DataProcess_RobotBuffer_IssueOutboundTask = "1014库位转运到1020线程出现异常:" + ex.Message;
                    Log4NetHelper.WriteErrorLog(LogType.CCWCFService, "Place1014To1020Task å‡ºçŽ°å¼‚å¸¸ï¼š" + ex.Message, ex);
                }
            }
CC/iWareCommon/Utils/Log4Net/LogType.cs
@@ -93,7 +93,7 @@
        /// <summary>
        /// ç©ºæ‰˜ç›˜è½¬è¿ä»»åŠ¡
        /// </summary>
        EmptySalverTransferTask = 306,
        DataProcess_RobotBuffer_IssueOutboundTask = 306,
        /// <summary>
        /// è‡ªåŠ¨ç»„ç›˜ä»»åŠ¡ä¸‹å‘
CC/iWareCommon/log4net_iWare.config
@@ -70,8 +70,8 @@
      <filter type="log4net.Filter.DenyAllFilter" />
    </appender>
    <!--  ç©ºæ‰˜ç›˜è½¬è¿ä»»åŠ¡ã€ä¿¡æ¯ã€‘æ—¥å¿—-->
    <appender name="EmptySalverTransferTask_Info" type="log4net.Appender.RollingFileAppender">
      <file value="d:\\Log\\LuLiMuYe\\iWareCC\\EmptySalverTransferTask_Info\\" />
    <appender name="DataProcess_RobotBuffer_IssueOutboundTask_Info" type="log4net.Appender.RollingFileAppender">
      <file value="d:\\Log\\LuLiMuYe\\iWareCC\\DataProcess_RobotBuffer_IssueOutboundTask_Info\\" />
      <appendToFile value="true" />
      <rollingStyle value="Date" />
      <staticLogFileName value="false" />
@@ -81,13 +81,13 @@
        <param name="ConversionPattern" value="%n消息时间:%d [%t] %n消息级别:%-5p %n消 æ¯ ç±»ï¼š%c [%x] %n%m %n "/>
      </layout>
      <filter type="log4net.Filter.LoggerMatchFilter">
        <loggerToMatch value="EmptySalverTransferTask_Info" />
        <loggerToMatch value="DataProcess_RobotBuffer_IssueOutboundTask_Info" />
      </filter>
      <filter type="log4net.Filter.DenyAllFilter" />
    </appender>
    <!--空托盘转运任务【错误】日志-->
    <appender name="EmptySalverTransferTask_Error" type="log4net.Appender.RollingFileAppender">
      <file value="d:\\Log\\LuLiMuYe\\iWareCC\\EmptySalverTransferTask_Error\\" />
    <appender name="DataProcess_RobotBuffer_IssueOutboundTask_Error" type="log4net.Appender.RollingFileAppender">
      <file value="d:\\Log\\LuLiMuYe\\iWareCC\\DataProcess_RobotBuffer_IssueOutboundTask_Error\\" />
      <appendToFile value="true" />
      <rollingStyle value="Date" />
      <staticLogFileName value="false" />
@@ -97,7 +97,7 @@
        <param name="ConversionPattern" value="%n异常时间:%d [%t] %n异常级别:%-5p %n异 å¸¸ ç±»ï¼š%c [%x] %n%m %n "/>
      </layout>
      <filter type="log4net.Filter.LoggerMatchFilter">
        <loggerToMatch value="EmptySalverTransferTask_Error" />
        <loggerToMatch value="DataProcess_RobotBuffer_IssueOutboundTask_Error" />
      </filter>
      <filter type="log4net.Filter.DenyAllFilter" />
    </appender>
@@ -628,8 +628,8 @@
      <appender-ref ref="DataProcess_269_Error"/>
      <appender-ref ref="DataProcess_BZ01_Info"/>
      <appender-ref ref="DataProcess_BZ01_Error"/>
      <appender-ref ref="EmptySalverTransferTask_Info"/>
      <appender-ref ref="EmptySalverTransferTask_Error"/>
      <appender-ref ref="DataProcess_RobotBuffer_IssueOutboundTask_Info"/>
      <appender-ref ref="DataProcess_RobotBuffer_IssueOutboundTask_Error"/>
      <appender-ref ref="DataProcess_BZ39_Info"/>
      <appender-ref ref="DataProcess_BZ39_Error"/>
      <appender-ref ref="DataProcess_RobotBuffer_FinishTask_Info"/>