duyongjia
2024-12-25 f344c6a0626b480cfeaf380b82f71b6553a9b429
项目代码/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
            {