From b854a10fcefa4df101f1e83271741626bf8086cf Mon Sep 17 00:00:00 2001 From: lazhen <17772815105@139.com> Date: 星期四, 28 十一月 2024 20:07:25 +0800 Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/VWED into dev-zlg --- _Main/BL/Type_InterfaceDataset/Method_PublishPlanReportData.qbl | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_Main/BL/Type_InterfaceDataset/Method_PublishPlanReportData.qbl b/_Main/BL/Type_InterfaceDataset/Method_PublishPlanReportData.qbl index 7b8a0a8..159fa01 100644 --- a/_Main/BL/Type_InterfaceDataset/Method_PublishPlanReportData.qbl +++ b/_Main/BL/Type_InterfaceDataset/Method_PublishPlanReportData.qbl @@ -25,7 +25,7 @@ // CustomerDemandPPAIDS::GenerateData( this, macroplan, iscustomdemandcc, iscustomdemanddl, executor ); } if ( isofflineplandl or isofflineplancc ) { // 鍚勪骇绾夸笅绾胯鍒� - InterfaceDataset::PushOfflinePlanData( macroplan, this, executor ); + InterfaceDataset::PushOfflinePlanData( macroplan, this, executor, isofflineplandl, isofflineplancc ); } if( isshiftplandl or isshiftplancc ){//鐝璁″垝 DispatchShiftPlan::Dispatch(this, archive,executor ); @@ -35,7 +35,7 @@ AssemblyOnlinePlanPPPSPush::GenerateData( this, macroplan, isassembleonlineplancc, isassembleonlineplandl, executor ); } if ( isinventoryplandl or isinventoryplancc ) { // 璁″垝搴撳瓨鏁版嵁 - InterfaceDataset::PushPlanInventoryData( macroplan, this, executor ); + InterfaceDataset::PushPlanInventoryData( macroplan, this, executor, isinventoryplandl, isinventoryplancc ); } *] } -- Gitblit v1.9.3