LiFan
2024-12-17 e3f724c9fd36995c207a6ed173849c20aaa2e3d7
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)
      {