From 8f392cc88b0768b74efca3b68785cf5aa1c38e70 Mon Sep 17 00:00:00 2001 From: wangxinhui <wangxinhui@hnkhzn.com> Date: 星期三, 06 十一月 2024 14:28:20 +0800 Subject: [PATCH] 代码更新 --- wcs-server-hbf/WIDESEA_WCS/SchedulerExecute/AGV/AgvAndEquiWork_JLM_ZJ.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wcs-server-hbf/WIDESEA_WCS/SchedulerExecute/AGV/AgvAndEquiWork_JLM_ZJ.cs b/wcs-server-hbf/WIDESEA_WCS/SchedulerExecute/AGV/AgvAndEquiWork_JLM_ZJ.cs index 2c7c39f..e4b8bc1 100644 --- a/wcs-server-hbf/WIDESEA_WCS/SchedulerExecute/AGV/AgvAndEquiWork_JLM_ZJ.cs +++ b/wcs-server-hbf/WIDESEA_WCS/SchedulerExecute/AGV/AgvAndEquiWork_JLM_ZJ.cs @@ -2,6 +2,7 @@ using Newtonsoft.Json; using System; using System.Collections.Generic; +using WIDESEA_Common.Tools; using WIDESEA_Core.Utilities; using WIDESEA_Services.Services; using WIDESEA_WCS.WCSClient; @@ -397,10 +398,9 @@ } } - catch (Exception) + catch (Exception ex) { - - throw; + WriteLog.GetLog().Write("浼犻�掓鏋丄GV涓庡嵎甯橀棬淇″彿寮傚父" + ex.Message.ToString() + DateTime.Now, "浼犻�掓鏋丄GV涓庡嵎甯橀棬淇″彿"); } #endregion -- Gitblit v1.9.3