From a3cdef2143f6bb7499bb365ccd46a033b4a2c272 Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期五, 10 一月 2025 15:16:43 +0800 Subject: [PATCH] update --- jrj/xframe/vbusiness/vframe/frame.vframe.vbusiness.hpp | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/jrj/xframe/vbusiness/vframe/frame.vframe.vbusiness.hpp b/jrj/xframe/vbusiness/vframe/frame.vframe.vbusiness.hpp index e2d61f9..76b8051 100644 --- a/jrj/xframe/vbusiness/vframe/frame.vframe.vbusiness.hpp +++ b/jrj/xframe/vbusiness/vframe/frame.vframe.vbusiness.hpp @@ -167,13 +167,13 @@ if (MessageBoxW(GetHWND(),L"是否确定删除记录!",L"提示", 1) == 2) return 1; } - + xaserverarg& arg = *(new xaserverarg); arg.AddArg(L"Action", action); KXMLDOMDocument x; xstring aurl =L"/workflow/query/actioninfo/" + action; - + if (xurl::get(GetServerUrl(),aurl,L"", x) != 1) return -1; @@ -284,8 +284,8 @@ if (x1.selectSingleNode(L"//process")) { KXMLDOMElement e1 = x1.selectSingleNode(L"//process"); - string valid = e1.getAttribute(L"valid"); - string finished = e1.getAttribute(L"finished"); + xstring valid = e1.getAttribute(L"valid"); + xstring finished = e1.getAttribute(L"finished"); xstring errInfo =L""; if (valid ==L"0") { @@ -337,7 +337,7 @@ } } //更新要求 - if (execResult & 0xf) + if (execResult) { nlist = x.selectNodes(L"//view/update"); nlen = nlist.length(); @@ -384,7 +384,7 @@ return 1; } - virtual string GetTaskID() + virtual xstring GetTaskID() { return L""; } -- Gitblit v1.9.3