This commit is contained in:
aozhiwei 2024-06-24 16:35:03 +08:00
parent 951931bf5a
commit 74b1407d31

View File

@ -69,6 +69,7 @@ func (this *MailTable) loadMail(mailName string) {
panic(fmt.Sprintf("load mail content %s error %s", mailName, err))
}
}
fmt.Println(p)
this.nameHash.Store(mailName, p)
}