This commit is contained in:
jh_peng 2024-11-27 16:52:51 +08:00
parent 49c160cd4c
commit 44d1d502ff

View File

@ -135,6 +135,7 @@ func Emails() {
}
}
}
if !needHandle {
fmt.Printf("当前邮件耗时:%s\n", time.Now().Sub(start).String())
fmt.Printf("当前邮件处理From耗时:%s\n", time.Now().Sub(startFrom).String())
@ -209,7 +210,6 @@ func Emails() {
report_reader.FTSMCReportReader(newFileName)
case "江苏长电科技":
report_reader.FTSuQianChangDianReportReader(newFileName)
}
fmt.Printf("当前邮件耗时:%s\n", time.Now().Sub(start).String())
default: