From 5ae534ab606e6f2ba5ea60914224d665b0447d5a Mon Sep 17 00:00:00 2001 From: Kevin Kok Khah Whey <khahwhey.kok@3ds.com> Date: 星期二, 07 十一月 2023 22:48:31 +0800 Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/TIANMA_JITUAN into dev_Kevin --- _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