From 879b0d420555704579c76cf3234c61010539d6fc Mon Sep 17 00:00:00 2001
From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com>
Date: 星期二, 07 十一月 2023 17:15:29 +0800
Subject: [PATCH] Merge branch 'dev' into dev_lrs
---
_Main/BL/Type_GlobalDTOTable/Method_SynchronizationAllMappingBrokerAndAPIByOption.qbl | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/_Main/BL/Type_GlobalDTOTable/Method_SynchronizationAllMappingBrokerAndAPIByOption.qbl b/_Main/BL/Type_GlobalDTOTable/Method_SynchronizationAllMappingBrokerAndAPIByOption.qbl
index 8c6686f..46121bf 100644
--- a/_Main/BL/Type_GlobalDTOTable/Method_SynchronizationAllMappingBrokerAndAPIByOption.qbl
+++ b/_Main/BL/Type_GlobalDTOTable/Method_SynchronizationAllMappingBrokerAndAPIByOption.qbl
@@ -21,7 +21,9 @@
Boolean isCurrency_MP,
Boolean isCurrencyRate_MP,
Boolean isLane,
- Boolean isLaneLeg
+ Boolean isLaneLeg,
+ Boolean isSummaryOfInboundTransaction,
+ Boolean isAnnualBudgetData
)
{
TextBody:
@@ -115,5 +117,13 @@
Global_BrokerExecuteLog::CreateInOperation( this, "LaneLeg", executionUser );
this -> Global_MappingLaneLeg::CreateByAPI() -> Exception() -> Global_MappingLaneLeg::OnException( this );
}
+
+ if ( isSummaryOfInboundTransaction ) {
+ Global_MappingSummaryOfInboundTransaction::SynchronizeInterfaceData( this, executionUser, "Global_MappingSummaryOfInboundTransaction" );
+ }
+
+ if ( isAnnualBudgetData ) {
+ Global_MappingAnnualBudgetData::SynchronizeInterfaceData( this, executionUser, "Global_MappingAnnualBudgetData" );
+ }
*]
}
--
Gitblit v1.9.3