Commit d9cb65a9acfb70d3e759e4d990e1ca0425dfae2f

Authored by zhouhaihai
1 parent bc902e2d

bug

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/services/globald.lua
... ... @@ -73,6 +73,7 @@ local function mailQuene()
73 73 redisproxy:hmset(string_format("globalEmail:%s", gid),
74 74 "id", gid,
75 75 "createtime", email.endTime,
  76 + "title", email.title,
76 77 "stitle", email.stitle,
77 78 "content", email.content,
78 79 "attachments", email.attachments,
... ...