From f144ca99e6b013ab135e72a50ceb19a351a79031 Mon Sep 17 00:00:00 2001 From: limj <limj@taizhitech.com> Date: 星期二, 26 九月 2023 23:27:43 +0800 Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/TIANMA_JITUAN into dev_lmj --- _Main/BL/Type_GlobalDTOTable/StaticMethod_SynchronizationAllMappingBrokerAndAPI.qbl | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/_Main/BL/Type_GlobalDTOTable/StaticMethod_SynchronizationAllMappingBrokerAndAPI.qbl b/_Main/BL/Type_GlobalDTOTable/StaticMethod_SynchronizationAllMappingBrokerAndAPI.qbl index 100a489..9239cfb 100644 --- a/_Main/BL/Type_GlobalDTOTable/StaticMethod_SynchronizationAllMappingBrokerAndAPI.qbl +++ b/_Main/BL/Type_GlobalDTOTable/StaticMethod_SynchronizationAllMappingBrokerAndAPI.qbl @@ -25,6 +25,8 @@ globalOTDTable.Global_MappingOperationCost( relflush ); globalOTDTable.Global_MappingForecast( relflush ); globalOTDTable.Global_MappingCustomOrder( relflush ); + globalOTDTable.Global_MappingDOI_DSI( relflush ); + globalOTDTable.Global_MappingCustomerGrade( relflush ); globalOTDTable.GlobalOTDTable_UnitOfMeasure_MP().AsyncExecute(); globalOTDTable.GlobalOTDTable_SalesSegment_MP().AsyncExecute(); @@ -44,5 +46,7 @@ globalOTDTable.GlobalOTDTable_OperationCost().AsyncExecute(); globalOTDTable.GlobalOTDTable_Forecast().AsyncExecute(); globalOTDTable.GlobalOTDTable_CustomOrder().AsyncExecute(); + globalOTDTable.GlobalOTDTable_DOI_DSI().AsyncExecute(); + globalOTDTable.GlobalOTDTable_CustomerGrade().AsyncExecute(); *] } -- Gitblit v1.9.3