From f7899b7d914f6a775bea3c2dbcb7e264e5245e0a Mon Sep 17 00:00:00 2001
From: lazhen <17772815105@139.com>
Date: 星期一, 11 十一月 2024 17:43:27 +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 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