This commit is contained in:
aozhiwei 2024-04-20 22:26:51 +08:00
parent 1f4d3b2853
commit 93b72d74cf

View File

@ -62,9 +62,16 @@ func (this *player) MarkMails(mails []common.Mail) error {
},
func (err error, lastInsertId int64, rowsAffected int64) {
if err != nil {
resultErr = err
return
}
})
}
}
if resultErr != nil {
break
}
}
return resultErr
}