From 022299d953d4951eece5f202740214af4df13d41 Mon Sep 17 00:00:00 2001
From: lihongji <3117313295@qq.com>
Date: 星期一, 11 十一月 2024 12:02:34 +0800
Subject: [PATCH] BUG修复
---
_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 668d9a5..61d041a 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 ){//鐝璁″垝
// CustomerDemandIDS::GenerateData( this, recyclebin, archive );
--
Gitblit v1.9.3