From 7da84821eb07cfa1370adfe4144e41416cf1cefa Mon Sep 17 00:00:00 2001 From: lihongji <3117313295@qq.com> Date: 星期四, 07 十一月 2024 11:46:17 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/dev' into dev --- _Main/BL/Type_InterfaceDataset/Method_GenerateArchiveData.qbl | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_Main/BL/Type_InterfaceDataset/Method_GenerateArchiveData.qbl b/_Main/BL/Type_InterfaceDataset/Method_GenerateArchiveData.qbl index 2e3eff1..9f326d0 100644 --- a/_Main/BL/Type_InterfaceDataset/Method_GenerateArchiveData.qbl +++ b/_Main/BL/Type_InterfaceDataset/Method_GenerateArchiveData.qbl @@ -1,7 +1,7 @@ Quintiq file version 2.0 #parent: #root Method GenerateArchiveData ( - const MacroPlan macroplan, + MacroPlan macroplan, RecycleBin recyclebin, Archive archive, Boolean iscustomdemand, @@ -30,7 +30,7 @@ AssemblyOnlinePlanVersion::RefreshData( this, macroplan ); } if( isinventoryplan ){//搴撳瓨璁″垝 - // CustomerDemandIDS::GenerateData( this, recyclebin, archive ); + InventoryPlanArchiveVersion::GenerateData( macroplan, this ); } if( istrcdemand ){//TRC闇�姹� // CustomerDemandIDS::GenerateData( this, recyclebin, archive ); -- Gitblit v1.9.3