数据分析平台 FT记录晶圆型号抓取规则调整

This commit is contained in:
jh_peng 2025-02-28 09:26:54 +08:00
parent b743772d8f
commit c9b711496f

View File

@ -1107,7 +1107,7 @@ func CronFTList() {
var waferProduct string var waferProduct string
for _, tcSfe := range tcSfc.TcSfeFile { for _, tcSfe := range tcSfc.TcSfeFile {
if tcSfe.TcSfe01 == tcSfc.TcSfc01 && tcSfe.TcSfe02 == tcSfd.TcSfd02 { 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 waferProduct = tcSfe.BmbFile.ImaFile.Ima02
} else { } else {
waferProduct = tcSfe.ImaFile.Ima02 waferProduct = tcSfe.ImaFile.Ima02