From 78b99e5348592a29ca1393a5e13db619cc4eba56 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期四, 26 十二月 2024 23:40:56 +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