zhangchengsong
2026-04-03 4ca4baeb06e420a3392bc961be2e4c71eb920774
项目代码/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineJob/CommonConveyorLineJob.cs
@@ -71,7 +71,6 @@
        public Task Execute(IJobExecutionContext context)
        {
            Console.Out.WriteLine(DateTime.Now);
            try
            {
                CommonConveyorLine conveyorLine = (CommonConveyorLine)context.JobDetail.JobDataMap.Get("JobParams");
@@ -108,10 +107,10 @@
            {
                Console.Out.WriteLine(nameof(CommonConveyorLineJob) + ":" + ex.ToString());
            }
            finally
            /*finally
            {
                Console.Out.WriteLine(DateTime.Now);
            }
            }*/
            return Task.CompletedTask;
        }