From e55ab5c0b943ec4ec767d3335c99662fa59dd55a Mon Sep 17 00:00:00 2001
From: lazhen <17772815105@139.com>
Date: 星期五, 16 八月 2024 17:56:28 +0800
Subject: [PATCH] 新生成的工艺路线中,PSIP的SP不需要生成
---
_Main/BL/Type_Routing/StaticMethod_ThermalTrialRatio.qbl | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/_Main/BL/Type_Routing/StaticMethod_ThermalTrialRatio.qbl b/_Main/BL/Type_Routing/StaticMethod_ThermalTrialRatio.qbl
index 53e032b..755e71c 100644
--- a/_Main/BL/Type_Routing/StaticMethod_ThermalTrialRatio.qbl
+++ b/_Main/BL/Type_Routing/StaticMethod_ThermalTrialRatio.qbl
@@ -35,8 +35,8 @@
routingstep := newrouting.LastStep();
newroutingstep := RoutingStep::Create( newrouting, thermaltrial, routingstep.Tool(), false );
- spname := ifexpr( unit.ID().EndsWith( '鎵归噺鐑瘯' ), unit.ID().ReplaceAll( '鎵归噺鐑瘯', '-' + thermaltrial ), unit.ID().ReplaceAll( '鐑瘯', '-' + thermaltrial ) );
- info( '------------------', routingstep.Tool(), ',', unit.ID(), ',', spname );
+ spname := ifexpr( unit.ID().StartsWith( 'CC' ), 'CC-鐑瘯', 'DL-鐑瘯' );
+ //info( '------------------', routingstep.Tool(), ',', unit.ID(), ',', spname );
traverse( routingstep, Operation, operation ){
id := Operation::GetConcatenatedID( newrouting.ID(), newroutingstep.Name(), unit.ID() );
// info( '------------------', operation.Name(), routingstep.Name(), newroutingstep.Name() );
--
Gitblit v1.9.3