From 9e409d6e1e2cb1d35cf26f3fd2bd9048c624280f Mon Sep 17 00:00:00 2001 From: LiFan <2308045698@qq.com> Date: 星期五, 05 七月 2024 11:29:43 +0800 Subject: [PATCH] update AP --- jrj/xframe/vbusiness/vframe/maint.vframe.vbusiness.hpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/jrj/xframe/vbusiness/vframe/maint.vframe.vbusiness.hpp b/jrj/xframe/vbusiness/vframe/maint.vframe.vbusiness.hpp index 6a99b04..ae37a70 100644 --- a/jrj/xframe/vbusiness/vframe/maint.vframe.vbusiness.hpp +++ b/jrj/xframe/vbusiness/vframe/maint.vframe.vbusiness.hpp @@ -488,7 +488,7 @@ e = nlist.item(index); //if(!e.selectSingleNode(L"@type")) continue; //alert(e.xml); - xstring xdwname = L"";//e.selectsingleNode(L"@name").text(); + string xdwname = L"";//e.selectsingleNode(L"@name").text(); xstring xtpl = L"";//e.selectsingleNode(L"@url").text(); xstring xtpy = L"dwgrid"; if (e.selectSingleNode(L"@name")) xdwname = e.selectSingleNode(L"@name").text(); -- Gitblit v1.9.3