数据分析平台 FT记录晶圆型号抓取规则调整
This commit is contained in:
parent
b743772d8f
commit
c9b711496f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user