From 9d86456742905c9c908fe5739608339be1b1cb0c Mon Sep 17 00:00:00 2001 From: LiFan <2308045698@qq.com> Date: 星期四, 05 九月 2024 12:01:49 +0800 Subject: [PATCH] update --- jrj/project/business/SystemSettings/BindComputer.cpp | 1 - jrj/project/business/ProductSample/ProductLibraryItemMaint3.cpp | 0 jrj/project/business/Expense/MouldFeeBase.cpp | 0 jrj/project/business/Expense/MouldFeeEx.cpp | 0 jrj/project/business/Expense/maint.Document.MouldFeeBase.cpp | 0 jrj/ext-jrj/ext-jrj.vcxproj | 3 +++ jrj/project/business/SystemSettings/UserImport.cpp | 2 +- 7 files changed, 4 insertions(+), 2 deletions(-) diff --git a/jrj/ext-jrj/ext-jrj.vcxproj b/jrj/ext-jrj/ext-jrj.vcxproj index 974209d..0bf12d3 100644 --- a/jrj/ext-jrj/ext-jrj.vcxproj +++ b/jrj/ext-jrj/ext-jrj.vcxproj @@ -562,6 +562,7 @@ <ClCompile Include="..\project\business\Expense\maint.Document.ExportCredit.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> </ClCompile> + <ClCompile Include="..\project\business\Expense\maint.Document.MouldFeeBase.cpp" /> <ClCompile Include="..\project\business\Expense\maint.Document.SampleRequestForm.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> </ClCompile> @@ -578,6 +579,8 @@ <ClCompile Include="..\project\business\Expense\MouldFee.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> </ClCompile> + <ClCompile Include="..\project\business\Expense\MouldFeeBase.cpp" /> + <ClCompile Include="..\project\business\Expense\MouldFeeEx.cpp" /> <ClCompile Include="..\project\business\Expense\PaperCardCheck.cpp" /> <ClCompile Include="..\project\business\Expense\PaperCardReconciliation.cpp" /> <ClCompile Include="..\project\business\Expense\PaperCardReconciliationEx.cpp"> diff --git a/jrj/project/business/Expense/MouldFeeBase.cpp b/jrj/project/business/Expense/MouldFeeBase.cpp new file mode 100644 index 0000000..37ad396 --- /dev/null +++ b/jrj/project/business/Expense/MouldFeeBase.cpp Binary files differ diff --git a/jrj/project/business/Expense/MouldFeeEx.cpp b/jrj/project/business/Expense/MouldFeeEx.cpp new file mode 100644 index 0000000..70421e7 --- /dev/null +++ b/jrj/project/business/Expense/MouldFeeEx.cpp Binary files differ diff --git a/jrj/project/business/Expense/maint.Document.MouldFeeBase.cpp b/jrj/project/business/Expense/maint.Document.MouldFeeBase.cpp new file mode 100644 index 0000000..5b924eb --- /dev/null +++ b/jrj/project/business/Expense/maint.Document.MouldFeeBase.cpp Binary files differ diff --git a/jrj/project/business/ProductSample/ProductLibraryItemMaint3.cpp b/jrj/project/business/ProductSample/ProductLibraryItemMaint3.cpp index 95bfa43..e9d6a48 100644 --- a/jrj/project/business/ProductSample/ProductLibraryItemMaint3.cpp +++ b/jrj/project/business/ProductSample/ProductLibraryItemMaint3.cpp Binary files differ diff --git a/jrj/project/business/SystemSettings/BindComputer.cpp b/jrj/project/business/SystemSettings/BindComputer.cpp index 73bc5aa..bf3cc96 100644 --- a/jrj/project/business/SystemSettings/BindComputer.cpp +++ b/jrj/project/business/SystemSettings/BindComputer.cpp @@ -25,7 +25,6 @@ { xml x; - xaserverarg arg; arg = GetArg(); diff --git a/jrj/project/business/SystemSettings/UserImport.cpp b/jrj/project/business/SystemSettings/UserImport.cpp index 2180585..211a62c 100644 --- a/jrj/project/business/SystemSettings/UserImport.cpp +++ b/jrj/project/business/SystemSettings/UserImport.cpp @@ -168,7 +168,7 @@ xml x; xaserverarg arg; - arg.setNativePointer(arg.CreateInstance()); + arg.AddArg(L"sguid", id); if (xurl::post(L"/sale/data/OrganizationStruct/tree.child.OrgChart", arg.GetString(), x) != 1) { -- Gitblit v1.9.3