From 99efdc3a1d2a85c727e48e32d96866a524fb59ed Mon Sep 17 00:00:00 2001 From: yypsybs <yypsybs@foxmail.com> Date: 星期一, 25 九月 2023 17:15:48 +0800 Subject: [PATCH] Merge branch 'dev_yx' into dev --- _Main/BL/Type_ManufactureLTProcessSection/StaticMethod_CreateOrUpdate.qbl | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_Main/BL/Type_ManufactureLTProcessSection/StaticMethod_CreateOrUpdate.qbl b/_Main/BL/Type_ManufactureLTProcessSection/StaticMethod_CreateOrUpdate.qbl index 8d40621..fe55479 100644 --- a/_Main/BL/Type_ManufactureLTProcessSection/StaticMethod_CreateOrUpdate.qbl +++ b/_Main/BL/Type_ManufactureLTProcessSection/StaticMethod_CreateOrUpdate.qbl @@ -30,11 +30,11 @@ line := operationNameSplit.Element( 2 ); } child := null( ManufactureLTProcessSection ); - if( orgCode <> "" and productId <> "" and processStep <> "" and sequence <> "" ) { - parent := ManufactureLTImputation::CreateOrUpdate( op.RoutingStep().Routing().MacroPlan(), orgCode, productId, "" ); - info( "DaysAsReal : " + [String]op.UserLeadTime().DaysAsReal() ); - child := ManufactureLTProcessSection::CreateOrUpdate( parent, processStep, false, sequence, line, op.UserLeadTime().DaysAsReal(), 0.0, "" ); - } + //if( orgCode <> "" and productId <> "" and processStep <> "" and sequence <> "" ) { + // parent := ManufactureLTImputation::CreateOrUpdate( op.RoutingStep().Routing().MacroPlan(), orgCode, productId, "" ); + // info( "DaysAsReal : " + [String]op.UserLeadTime().DaysAsReal() ); + // child := ManufactureLTProcessSection::CreateOrUpdate( parent, processStep, false, sequence, line, op.UserLeadTime().DaysAsReal(), 0.0, "" ); + //} return child; *] } -- Gitblit v1.9.3