lifan
10 天以前 67b2560afb54f7e21c87376a6ecca9a2d6944724
jrj/project/business/AR/ExchangeBankTran.cpp
@@ -100,7 +100,7 @@
         xml x;
         
         xaserverarg arg ;
         arg.setNativePointer(arg.CreateInstance());
         dw_list.DwUpdateAllToEx(x);
         arg.AddArg(L"content", x.xml());
         if (getUrl(L"/sale/data/AR/update/tran/bank", arg.GetString(), x) != 1)
@@ -121,7 +121,7 @@
         xml x;
         
         xaserverarg arg ;
         arg.setNativePointer(arg.CreateInstance());
         if (getUrl(L"/sale/data/AR/tran/bank", arg.GetString(), x) != 1)
         {
            trace(x.text());