V0
This commit is contained in:
parent
49c160cd4c
commit
44d1d502ff
@ -135,6 +135,7 @@ func Emails() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if !needHandle {
|
if !needHandle {
|
||||||
fmt.Printf("当前邮件耗时:%s\n", time.Now().Sub(start).String())
|
fmt.Printf("当前邮件耗时:%s\n", time.Now().Sub(start).String())
|
||||||
fmt.Printf("当前邮件处理From耗时:%s\n", time.Now().Sub(startFrom).String())
|
fmt.Printf("当前邮件处理From耗时:%s\n", time.Now().Sub(startFrom).String())
|
||||||
@ -209,7 +210,6 @@ func Emails() {
|
|||||||
report_reader.FTSMCReportReader(newFileName)
|
report_reader.FTSMCReportReader(newFileName)
|
||||||
case "江苏长电科技":
|
case "江苏长电科技":
|
||||||
report_reader.FTSuQianChangDianReportReader(newFileName)
|
report_reader.FTSuQianChangDianReportReader(newFileName)
|
||||||
|
|
||||||
}
|
}
|
||||||
fmt.Printf("当前邮件耗时:%s\n", time.Now().Sub(start).String())
|
fmt.Printf("当前邮件耗时:%s\n", time.Now().Sub(start).String())
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user