Commit d0f8aadb authored by Quxl's avatar Quxl

x

parent caece5fa
......@@ -131,7 +131,7 @@ public class AdminFirstController {
if(filmName == null || filmName.trim().length() == 0) {
filmName = memberFilm.getCn_name();
}
MessageFormat.format(content, member.getUsername(), memberFilm.getId(), filmName == null ? "" : filmName);
content = MessageFormat.format(content, member.getUsername(), memberFilm.getId(), filmName == null ? "" : filmName);
emailService.send(subject, content, member.getEmail());
return Rjx.jsonOk();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment