From c9b711496f3a643ea1dcca6b985ddd503e09a7e8 Mon Sep 17 00:00:00 2001 From: jh_peng Date: Fri, 28 Feb 2025 09:26:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=88=86=E6=9E=90=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0=20FT=E8=AE=B0=E5=BD=95=E6=99=B6=E5=9C=86=E5=9E=8B?= =?UTF-8?q?=E5=8F=B7=E6=8A=93=E5=8F=96=E8=A7=84=E5=88=99=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- repository/test.data/report.list.cron.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repository/test.data/report.list.cron.go b/repository/test.data/report.list.cron.go index e7dfa7e..c59bb05 100644 --- a/repository/test.data/report.list.cron.go +++ b/repository/test.data/report.list.cron.go @@ -1107,7 +1107,7 @@ func CronFTList() { var waferProduct string for _, tcSfe := range tcSfc.TcSfeFile { if tcSfe.TcSfe01 == tcSfc.TcSfc01 && tcSfe.TcSfe02 == tcSfd.TcSfd02 { - if tcSfc.TcSfc08 == "FT" { + if (tcSfc.TcSfc08 == "FT" || (tcSfc.TcSfc08 == "ABFT" && tcSfc.TcSfc10 == "Y")) && !strings.Contains(tcSfc.TcSfc01, "M599") { waferProduct = tcSfe.BmbFile.ImaFile.Ima02 } else { waferProduct = tcSfe.ImaFile.Ima02