xj qian
2024-07-23 4f89057930cc79524d117df5191ff62efd0f6dd1
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)