From ee8ce391f8ee400130b49645a7717b62a7bf73cf Mon Sep 17 00:00:00 2001
From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com>
Date: 星期一, 11 十一月 2024 12:43:38 +0800
Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/VWED into dev
---
_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 27c99d0..a1bbc96 100644
--- a/_Main/BL/Type_InterfaceDataset/Method_PublishPlanReportData.qbl
+++ b/_Main/BL/Type_InterfaceDataset/Method_PublishPlanReportData.qbl
@@ -17,8 +17,8 @@
if( iscustomdemand ){//鍏ㄥ勾鏃ュ害闇�姹�/瀹㈡埛闇�姹�
CustomerDemandPPAIDS::GenerateData( this, macroplan, executor );
}
- if( isofflineplan ){//鍚勪骇绾夸笅绾胯鍒�
- // OfflinePlanArchiveVersion::RefreshData( this, macroplan, archive );
+ if ( isofflineplan ) { // 鍚勪骇绾夸笅绾胯鍒�
+ InterfaceDataset::PushOfflinePlanData( macroplan, this, executor );
}
if( isshiftplan ){//鐝璁″垝
DispatchShiftPlan::Dispatch(this, macroplan,executor );
--
Gitblit v1.9.3