From 06457a779320bcfadbfc6f2b0844273425d6369b Mon Sep 17 00:00:00 2001
From: LiFan <2308045698@qq.com>
Date: 星期五, 15 十一月 2024 16:21:43 +0800
Subject: [PATCH] update
---
jrj/xframe/vbusiness/vframe/frame.vframe.vbusiness.hpp | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/jrj/xframe/vbusiness/vframe/frame.vframe.vbusiness.hpp b/jrj/xframe/vbusiness/vframe/frame.vframe.vbusiness.hpp
index 9b6f92d..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")
{
--
Gitblit v1.9.3