mesfs.infineon.com

Infineon.EAF.Runtime 2.49.3
pool name
Kanban
This commit is contained in:
2023-11-13 15:54:54 -07:00
parent 04039ec664
commit 07a384efbd
31 changed files with 665 additions and 109 deletions

View File

@ -58,7 +58,7 @@ public class FromIQS
.AppendLine(" on se.f_lot = pl.f_lot ")
.AppendLine(" join [spcepiworld].[dbo].[part_dat] pd ")
.AppendLine(" on se.f_part = pd.f_part ")
.AppendLine(" join [spcepiworld].[dbo].[test_dat] td ")
.AppendLine(" join [spcepiworld].[dbo].[test_dat] td ")
.AppendLine(" on se.f_test = td.f_test ")
.AppendLine(" where se.f_flag = 0 ");
if (subGroupId is not null)