Commit 916efed5 authored by Quxl's avatar Quxl

x

parent 5be22cdc
......@@ -79,7 +79,7 @@ public class EmailServiceImpl implements EmailService {
Messages messages;
private static final String tpl_en = Common.getStringAsStream("doc/first_pass_en_US.txt");
private static final String tpl_zh = Common.getStringAsStream("doc/first_pass_zh_US.txt");
private static final String tpl_zh = Common.getStringAsStream("doc/first_pass_zh_CN.txt");
public Map<String, Object> sendByTemplate_pass(Long member_film_id) {
Map<String, Object> map = new HashMap<String, Object>();
......
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