LiFan
2024-11-15 06457a779320bcfadbfc6f2b0844273425d6369b
update
已修改1个文件
8 ■■■■ 文件已修改
jrj/xframe/vbusiness/vframe/frame.vframe.vbusiness.hpp 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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")
                {