wanshenmean
22 小时以前 c96b149557eb570ec3ae28e0d0c03adef734766a
Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineJob/CommonConveyorLineJob.cs
@@ -28,6 +28,7 @@
using WIDESEAWCS_Communicator;
using WIDESEAWCS_Core;
using WIDESEAWCS_Core.Helper;
using WIDESEAWCS_Core.LogHelper;
using WIDESEAWCS_ITaskInfoService;
using WIDESEAWCS_Model.Models;
using WIDESEAWCS_QuartzJob;
@@ -87,6 +88,8 @@
            }
            catch (Exception ex)
            {
                // 记录异常,避免错误被静默吞掉
                QuartzLogger.Error("CommonConveyorLineJob Execute 异常", "CommonConveyorLineJob", ex);
            }
            return Task.CompletedTask;
        }