xj qian
2024-07-22 34e70d896cc61ea11347662e21ba0f6b65294d23
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)