From a0eb317d8e9a4aa9c5a7cab23c90dc9862c981b1 Mon Sep 17 00:00:00 2001 From: LiFan <2308045698@qq.com> Date: 星期三, 16 四月 2025 16:02:53 +0800 Subject: [PATCH] update --- jrj/xframe/vbusiness/vframe/listex.vframe.vbusiness.hpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jrj/xframe/vbusiness/vframe/listex.vframe.vbusiness.hpp b/jrj/xframe/vbusiness/vframe/listex.vframe.vbusiness.hpp index 695c6bf..7d49ef7 100644 --- a/jrj/xframe/vbusiness/vframe/listex.vframe.vbusiness.hpp +++ b/jrj/xframe/vbusiness/vframe/listex.vframe.vbusiness.hpp @@ -437,7 +437,7 @@ else continue; KXMLDOMElement colename = e.selectSingleNode(L"//row[@rowindex='5']/cell[@colindex='" + colindex + L"']"); //查询列 - string searchcolumn = searchcol(colename); + xstring searchcolumn = searchcol(colename); if (searchcolumn == L"否") continue; //英文名 string ename = colename.selectSingleNode(L"@column").text(); @@ -524,7 +524,7 @@ //alert("ex"); int h = dw_col.GetCurSel(); if (h < 0) return L""; - string str = (string)dw_col.GetItemData(h); + xstring str = (string)dw_col.GetItemData(h); KXMLDOMDocument x; if (x.loadXML(str)) { -- Gitblit v1.9.3