duyongjia
2024-12-28 6be2bc8324ca81145830b758c110255d9dfdc00b
项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineJob/WMSApiInvoke.cs
@@ -35,7 +35,7 @@
        public static string SyncLabMaster()
        {
            string url = AppSettings.Configuration.GetSection("WMSApi").Value+ "Sys_Job/SyncLabMaster";
            string url = AppSettings.Configuration.GetSection("WMS").Value.Replace("","")+ "Sys_Job/SyncLabMaster";
            string response = "";
            try
            {