hongji.li
2023-11-06 dda4df90e724f144a514c57aabd733fe1a800096
_Main/BL/Type_GlobalDTOTable/Method_SynchronizationAllMappingBrokerAndAPIByOption.qbl
@@ -21,7 +21,8 @@
  Boolean isCurrency_MP,
  Boolean isCurrencyRate_MP,
  Boolean isLane,
  Boolean isLaneLeg
  Boolean isLaneLeg,
  Boolean isSummaryOfInboundTransaction
)
{
  TextBody:
@@ -115,5 +116,9 @@
      Global_BrokerExecuteLog::CreateInOperation( this, "LaneLeg", executionUser );
      this -> Global_MappingLaneLeg::CreateByAPI() -> Exception() -> Global_MappingLaneLeg::OnException( this );
    }
    if ( isSummaryOfInboundTransaction ) {
      Global_MappingSummaryOfInboundTransaction::SynchronizeInterfaceData( this, executionUser, "Global_MappingSummaryOfInboundTransaction" );
    }
  *]
}