zhaowc
2025-04-07 19e95f4acc328bbf62a0427fe658d00268019e66
Wms/Utility/Tools/HttpHelper.cs
@@ -218,7 +218,7 @@
                //修改参数的值
                foreach (var de in Pars)
                {
                    string subNode = "DataList/Product/Batch";// + de.Key.ToString();
                    string subNode = "DataList/Events/Event/DataField";// + de.Key.ToString();
                    
                    XmlNode node = xml.SelectSingleNode(subNode, nsmgr);
                    if (de != null)