duyongjia
2025-02-26 bc7bd9be4efa79645cb8f5c959b5e398fae9986f
ÏîÄ¿´úÂë/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/BYDJob.cs
@@ -51,21 +51,21 @@
            try
            {
                WriteDebug(nameof(BYDOutOrderJob), $"同步出库单");
                WriteDebug(nameof(BYDJob), $"同步出库单");
                //同步WMS出库单数据
                var response = HttpHelpers.Post<WebResponseContent>(url.Replace("PDA", "Sys_Job") + "SelectOutStoreOrder", "", "同步条码主数据");
                if (response.Status)
                {
                    WriteDebug(nameof(BYDOutOrderJob), $"同步出库单");
                    WriteDebug(nameof(BYDJob), $"同步出库单");
                }
                else
                {
                    WriteDebug(nameof(BYDOutOrderJob), $"同步出库单失败,失败原因:{response.Message}");
                    WriteDebug(nameof(BYDJob), $"同步出库单失败,失败原因:{response.Message}");
                }
            }
            catch (Exception ex)
            {
                WriteDebug(nameof(BYDOutOrderJob), $"同步出库单异常,异常描述:" + ex.Message);
                WriteDebug(nameof(BYDJob), $"同步出库单异常,异常描述:" + ex.Message);
            }
            return Task.CompletedTask;