This commit is contained in:
aozhiwei 2024-05-10 15:47:57 +08:00
parent edf8db3dca
commit b4b00cc546

View File

@ -311,7 +311,7 @@ func (this *mailMgr) pullEvent() {
return
}
this.pullingEvent = true
f5.GetJsStyleDb().SelectCustomQuery(
go f5.GetJsStyleDb().SelectCustomQuery(
constant.MAIL_DB,
fmt.Sprintf("SELECT * FROM t_event WHERE idx > %d;", this.lastSyncEventIdx),
func(err error, ds *f5.DataSet) {