LiFan
2025-04-24 9b3b2eb20b09e13da837a28f16e552ba70a090c4
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);
      }