From e7c56c4676e153f0af05083b1f5ab0ed73d4b2c3 Mon Sep 17 00:00:00 2001 From: Kevin Kok Khah Whey <khahwhey.kok@3ds.com> Date: 星期四, 12 十月 2023 19:19:53 +0800 Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/TIANMA_JITUAN into dev_Kevin --- _Main/BL/Type_GlobalDTOTable/Method_SynchronizationAllMappingBrokerAndAPIByOption.qbl | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_Main/BL/Type_GlobalDTOTable/Method_SynchronizationAllMappingBrokerAndAPIByOption.qbl b/_Main/BL/Type_GlobalDTOTable/Method_SynchronizationAllMappingBrokerAndAPIByOption.qbl index 31936e3..8c6686f 100644 --- a/_Main/BL/Type_GlobalDTOTable/Method_SynchronizationAllMappingBrokerAndAPIByOption.qbl +++ b/_Main/BL/Type_GlobalDTOTable/Method_SynchronizationAllMappingBrokerAndAPIByOption.qbl @@ -89,31 +89,31 @@ if ( isStockingPoint_MP ) { this.Global_MappingStockingPoint_MP( relflush ); Global_BrokerExecuteLog::CreateInOperation( this, "StockingPoint_MP", executionUser ); - this -> OnException( this -> Global_MappingStockingPoint_MP::CreateByAPI() -> Exception(), this ); + this -> Global_MappingStockingPoint_MP::CreateByAPI() -> Exception() -> Global_MappingStockingPoint_MP::OnException( this ); } if ( isCurrency_MP ) { this.Global_MappingCurrency_MP( relflush ); Global_BrokerExecuteLog::CreateInOperation( this, "Currency_MP", executionUser ); - this -> OnException( this -> Global_MappingCurrency_MP::CreateByAPI() -> Exception(), this ); + this -> Global_MappingCurrency_MP::CreateByAPI() -> Exception() -> Global_MappingCurrency_MP::OnException( this ); } if ( isCurrencyRate_MP ) { this.Global_MappingCurrencyRate_MP( relflush ); Global_BrokerExecuteLog::CreateInOperation( this, "CurrencyRate_MP", executionUser ); - this -> OnException( this -> Global_MappingCurrencyRate_MP::CreateByAPI() -> Exception(), this ); + this -> Global_MappingCurrencyRate_MP::CreateByAPI() -> Exception() -> Global_MappingCurrencyRate_MP::OnException( this ); } if ( isLane ) { this.Global_MappingLane( relflush ); Global_BrokerExecuteLog::CreateInOperation( this, "Lane", executionUser ); - this -> OnException( this -> Global_MappingLane::CreateByAPI() -> Exception(), this ); + this -> Global_MappingLane::CreateByAPI() -> Exception() -> Global_MappingLane::OnException( this ); } if ( isLaneLeg ) { this.Global_MappingLaneLeg( relflush ); Global_BrokerExecuteLog::CreateInOperation( this, "LaneLeg", executionUser ); - this -> OnException( this -> Global_MappingLaneLeg::CreateByAPI() -> Exception(), this ); + this -> Global_MappingLaneLeg::CreateByAPI() -> Exception() -> Global_MappingLaneLeg::OnException( this ); } *] } -- Gitblit v1.9.3