数据分析平台 FT记录晶圆型号抓取修改
This commit is contained in:
parent
89ed292015
commit
3df5295cd5
@ -1002,6 +1002,9 @@ func CronFTList() {
|
||||
} else {
|
||||
waferProduct = tcSfe.ImaFile.Ima02
|
||||
}
|
||||
if tcSfe.TcSfe17 == "Y" {
|
||||
break
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1123,6 +1126,9 @@ func CronFTList() {
|
||||
} else {
|
||||
waferProduct = tcSfe.ImaFile.Ima02
|
||||
}
|
||||
if tcSfe.TcSfe17 == "Y" {
|
||||
break
|
||||
}
|
||||
}
|
||||
}
|
||||
var returnQuantity, passQuantity, failQuantity float64
|
||||
|
Loading…
Reference in New Issue
Block a user