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