jrj/project/business/VATNotify/import.vatnotify.cpp
@@ -77,9 +77,9 @@ int OnImport2() { xml x; xaserverarg arg; for(int row=1; row<= dw_list.GetRowCount();row++){ for(int row=1; row<= dw_list.GetRowCount();row++) { KXMLDOMElement ele = dw_list.GetRowElement(row); xstring invno = ele.selectSingleNode(L"InvoiceNo").text(); arg.AddArg(L"InvoiceNo",invno); @@ -95,9 +95,8 @@ } return 1; } //命令发布函数 int OnCmdDispatch(xstring comdid) {