Commit e0ea7af2328b7d0e16f6c7f63f365fde8d94d77e

Authored by zhouhaihai
2 parents a372ab83 0d892cdf

Merge branch 'tr/bugfix' into tr/publish/preview

* tr/bugfix:
  发送邮件清标记
Showing 2 changed files with 2 additions and 1 deletions   Show diff stats
1 -Subproject commit 7320a5f8d782d63b7ad6fc6e310e3f7425c280a1 1 +Subproject commit 3a99f907facf06d7f176df8a18a78594e29600e2
src/models/RolePlugin.lua
@@ -1470,6 +1470,7 @@ function RolePlugin.bind(Role) @@ -1470,6 +1470,7 @@ function RolePlugin.bind(Role)
1470 return function (now, role) 1470 return function (now, role)
1471 if name == "email" and role.sendMailFlag then 1471 if name == "email" and role.sendMailFlag then
1472 last_breath = now + sec 1472 last_breath = now + sec
  1473 + role.sendMailFlag = false
1473 return true 1474 return true
1474 end 1475 end
1475 if now >= last_breath then 1476 if now >= last_breath then