LiFan
2024-09-18 cb45f6ed992ff1dfa5f2c3135c180e27d7ae85af
update
已修改2个文件
8 ■■■■ 文件已修改
jrj/project/business/SO3.list.cpp 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/xframe/vbusiness/vframe/listwin.vframe.vbusiness.hpp 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/SO3.list.cpp
@@ -134,8 +134,8 @@
            int row = dw_list.GetRow();
            if (row < 1) return 1;
            KXMLDOMElement ele = dw_list.GetRowElement(row);
            string id = GetEntityIDName(1);
            string entity = ele.selectSingleNode(id).text();
            xstring id = GetEntityIDName(1);
            xstring entity = ele.selectSingleNode(id).text();
            //trace(entity);
            SetAgent(L"list", entity);
            if (arg.GetArgString(L"state") != L"")
jrj/xframe/vbusiness/vframe/listwin.vframe.vbusiness.hpp
@@ -286,8 +286,8 @@
                    else
                    {
                        KXMLDOMElement ele = dw_list.GetRowElement(row);
                        string id = GetEntityIDName(1);
                        string entity = ele.selectSingleNode(id).text();
                        xstring id = GetEntityIDName(1);
                        xstring entity = ele.selectSingleNode(id).text();
                        //alert(ele.xml);
                        SetAgent(L"list", entity);
                    }