From 96eeb9236a5ae72ead45e5aa8e9c57e5000f185b Mon Sep 17 00:00:00 2001 From: hongjli <3117313295@qq.com> Date: 星期一, 02 十月 2023 16:50:38 +0800 Subject: [PATCH] 接口优化 --- _Main/BL/Type_GlobalDTOTable/Method_SynchronizeDataToMacroPlan.qbl | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/_Main/BL/Type_GlobalDTOTable/Method_SynchronizeDataToMacroPlan.qbl b/_Main/BL/Type_GlobalDTOTable/Method_SynchronizeDataToMacroPlan.qbl index b41460d..380fac6 100644 --- a/_Main/BL/Type_GlobalDTOTable/Method_SynchronizeDataToMacroPlan.qbl +++ b/_Main/BL/Type_GlobalDTOTable/Method_SynchronizeDataToMacroPlan.qbl @@ -2,7 +2,6 @@ #parent: #root Method SynchronizeDataToMacroPlan ( MacroPlan macroPlan, - Strings businessTypes, Boolean isCustomOrder, Boolean isForecast ) @@ -10,7 +9,7 @@ TextBody: [* if ( isCustomOrder ) { - macroPlan.MappingCustomerOrderData( businessTypes, this ); + // macroPlan.MappingCustomerOrderData( businessTypes, this ); } *] } -- Gitblit v1.9.3