From 7a8fd5ab0aad4a41a8898b7084b1bceb9a2a8a51 Mon Sep 17 00:00:00 2001 From: renhao <renhui.hao@capgemini.com> Date: 星期二, 24 十月 2023 16:07:29 +0800 Subject: [PATCH] Merge branch 'dev' --- _Main/BL/Type_MacroPlan/StaticMethod_DoASync.qbl | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_Main/BL/Type_MacroPlan/StaticMethod_DoASync.qbl b/_Main/BL/Type_MacroPlan/StaticMethod_DoASync.qbl index 4fb0a6b..d92126d 100644 --- a/_Main/BL/Type_MacroPlan/StaticMethod_DoASync.qbl +++ b/_Main/BL/Type_MacroPlan/StaticMethod_DoASync.qbl @@ -2,7 +2,7 @@ #parent: #root StaticMethod DoASync ( Scenario scenario, - String businessTypeStr, + const BusinessType businessType, Boolean isKeyProduct, Boolean createPurchaseSupplyMaterial, const GlobalOTDTable globalOTDTable @@ -10,10 +10,10 @@ { TextBody: [* - info( scenario.DatasetMDSID(), " 浜嬩笟閮細", businessTypeStr, " isKeyProduct锛�", isKeyProduct, " createPurchaseSupplyMaterial锛�", createPurchaseSupplyMaterial ); + info( scenario.DatasetMDSID(), " 浜嬩笟閮細", businessType.BusinessTypeName(), " isKeyProduct锛�", isKeyProduct, " createPurchaseSupplyMaterial锛�", createPurchaseSupplyMaterial ); MDSMacroPlan::Root( scenario.DatasetMDSID() ) - -> MacroPlan::DoASync( businessTypeStr, + -> MacroPlan::DoASync( businessType, isKeyProduct, createPurchaseSupplyMaterial, globalOTDTable -- Gitblit v1.9.3