From b33c4015a8ab6438f584e06ff69938c5ff1e8c78 Mon Sep 17 00:00:00 2001
From: lihongji <3117313295@qq.com>
Date: 星期四, 28 十一月 2024 20:02:37 +0800
Subject: [PATCH] 接口优化
---
_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