LiFan
2024-11-12 8abb97aa30e22cfc093a10c4ca9e373a23870a18
jrj/project/business/Product.list.cpp
@@ -1463,7 +1463,7 @@
      int len = nlist.length();
      for (int i = 0; i < len; i++)
      {
         KXMLDOMElement& e = * new KXMLDOMElement(nlist.item(i));
         KXMLDOMElement e = nlist.item(i);
         xstring name = e.getAttribute(L"cname");
         xstring sImage = e.getAttribute(L"image");
         int image = 15;