From 6c45dfcbd550d1db3cfdc6e4309e4c08e8117a68 Mon Sep 17 00:00:00 2001 From: qianxj2004 <qianxj15@sina.com> Date: 星期二, 01 七月 2025 11:19:42 +0800 Subject: [PATCH] update --- jrj/project/business/BasicCode/FreightExpenseType.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/jrj/project/business/BasicCode/FreightExpenseType.cpp b/jrj/project/business/BasicCode/FreightExpenseType.cpp index dcb271c..3ec255a 100644 --- a/jrj/project/business/BasicCode/FreightExpenseType.cpp +++ b/jrj/project/business/BasicCode/FreightExpenseType.cpp @@ -77,7 +77,7 @@ dw_list.DwUpdateAllToEx(x); xaserverarg arg; - arg.setNativePointer(xaserverarg::CreateInstance()); + arg.AddArg(L"content",x.xml()); //trace(x.xml()); -- Gitblit v1.9.3