From 2edaa39542c551f68522dab8680e8b750176ee5d Mon Sep 17 00:00:00 2001 From: lihongji <3117313295@qq.com> Date: 星期五, 22 十一月 2024 16:53:23 +0800 Subject: [PATCH] trc存档优化 --- _Main/BL/Type_InterfaceDataset/Method_GenerateArchiveData.qbl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/_Main/BL/Type_InterfaceDataset/Method_GenerateArchiveData.qbl b/_Main/BL/Type_InterfaceDataset/Method_GenerateArchiveData.qbl index 201e2a1..9a139d3 100644 --- a/_Main/BL/Type_InterfaceDataset/Method_GenerateArchiveData.qbl +++ b/_Main/BL/Type_InterfaceDataset/Method_GenerateArchiveData.qbl @@ -35,7 +35,7 @@ InventoryPlanArchiveVersion::GenerateData( macroplan, this ); } if( istrcdemand ){//TRC闇�姹� - // CustomerDemandIDS::GenerateData( this, recyclebin, archive ); + InterfaceTRCForecast::ArchivedData( this, macroplan ); } if( istransferplan ){//璋冩嫧璁″垝 ArchiveTransferPlanCell::Archive( macroplan,archive ); -- Gitblit v1.9.3