xj qian
2024-09-05 86996f38d6dc5bb6a049f3ab6aa492bd22f7dde0
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)
      {