Commit a7ee36b8 authored by Quxl's avatar Quxl

x

parent 71150739
...@@ -135,7 +135,7 @@ public class AdminFirstController { ...@@ -135,7 +135,7 @@ public class AdminFirstController {
if(filmName == null || filmName.trim().length() == 0) { if(filmName == null || filmName.trim().length() == 0) {
filmName = memberFilm.getCn_name(); filmName = memberFilm.getCn_name();
} }
String film_no = StringUtil.formatLength(memberFilm.getFilm_no(), "000000"); String film_no = StringUtil.formatLength(memberFilm.getFilm_no(), "0000");
content = MessageFormat.format(content, member.getUsername(), film_no, filmName == null ? "" : filmName); content = MessageFormat.format(content, member.getUsername(), film_no, filmName == null ? "" : filmName);
emailService.send(subject, content, member.getEmail()); emailService.send(subject, content, member.getEmail());
return Rjx.jsonOk().set("email", member.getEmail()); return Rjx.jsonOk().set("email", member.getEmail());
......
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