LiFan
2024-07-24 f7f68dbf94f9da14863f155d88cdaec47352ba99
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)