From 1daa0565659d38b74b24815a986df000fb97a2bf Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期二, 23 七月 2024 13:19:29 +0800 Subject: [PATCH] uodate start menu --- 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