LiFan
2024-09-18 4ea8e1630e347763bfb8a313738e4f93a627ec4d
jrj/project/workflow/workflow.chkdlg_vd.cpp
@@ -16,7 +16,7 @@
public:
   //命令发布函数
   int OnCmdDispatch(string comdid)
   int OnCmdDispatch(xstring comdid)
   {
      if (GetWinParam())
      {
@@ -24,7 +24,9 @@
         if (comdid == L"xmOK")
         {
            xcontrol xc = GetControl(L"content");
            arg.AddArg(L"content", xc.GetText());
            xstring str = xc.GetText();
            if (str == L"")str = L".";
            arg.AddArg(L"content", str);
         }
         arg.AddArg(L"comdid", comdid);
      }