LiFan
2024-08-16 05e5a33b2102cd562e8503121bef4ad8bc29a1e6
jrj/project/business/SystemSettings/SysUser.cpp
@@ -52,7 +52,7 @@
      return 1;
   }
   int SetEntityData(param p)
   int SetEntityData(LPARAM p)
   {
      xml x;
@@ -236,8 +236,8 @@
         if (comdid == L"ok")
         {
            xstring strxml = arg.GetArgString(L"xml");
            dw_user.SetItemDisplayString(row, colname, strxml);
            dw_user.SetItemString(row, colname, strxml);
            dw_user.SetItemDisplayString(row, colname.c_str(), strxml);
            dw_user.SetItemString(row, colname.c_str(), strxml);
            dw_user.Redraw();
         }
      }
@@ -310,8 +310,7 @@
   {
      m_agentNode = new xnode;
      tv_usergroup = new treeview;
      tv_usergroup.setNativePointer(GetControl(L"tv_usergroup"));
      tv_usergroup = GetControl(L"tv_usergroup");
      dw_user = new xdwgrid;
      dw_user.setNativePointer(GetControl(L"dw_user"));
      dw_user.SetDataObject(GetServerUrl(), L"dev:sheet[SysUser.tpl/UserList]");