From ec64938e6a062bf4fc245c66d6693b200dda82e0 Mon Sep 17 00:00:00 2001 From: LiFan <2308045698@qq.com> Date: 星期一, 22 七月 2024 16:59:58 +0800 Subject: [PATCH] update --- jrj/project/business/VATNotify/simple.maint.vatnotify.cpp | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/jrj/project/business/VATNotify/simple.maint.vatnotify.cpp b/jrj/project/business/VATNotify/simple.maint.vatnotify.cpp index 45a6d6a..cac6ab8 100644 --- a/jrj/project/business/VATNotify/simple.maint.vatnotify.cpp +++ b/jrj/project/business/VATNotify/simple.maint.vatnotify.cpp @@ -730,10 +730,9 @@ { KXMLDOMElement e = lst.item(i); docElement.appendChild(e); - e.Release(); + } - docElement.Release(); - lst.Release(); + dw_fob.Retrieve(x1); } else @@ -779,7 +778,7 @@ if (GetWinParam()) { - int pArg = GetArg(); + arg = GetArg(); } else @@ -861,7 +860,7 @@ if (GetWinParam()) { - int pArg = GetArg(); + arg = GetArg(); InvNo = arg.GetArgString(L"invoiceno"); SetWindowText(GetHWND(), InvNo); -- Gitblit v1.9.3