xj qian
2024-07-19 26c872c4c2c1e56925f755e927b58fbe07da2bcb
jrj/project/start.vframe.vbusiness.cpp
@@ -53,8 +53,8 @@
      int nRow = dw_list.GetRow();
      if (nRow < 0) return L"";
      KXMLDOMElement ele = dw_list.GetRowElement(nRow);
      xstring x = ele.getAttribute(L"category");
      return x;
      if (!ele) return L"";
      return ele.getAttribute(L"category");
   }
   xstring GetEntityID(LPARAM pr)