Commit b2039d08 authored by Quxl's avatar Quxl

x

parent 7e5df0df
...@@ -114,7 +114,7 @@ public class EmailServiceImpl implements EmailService { ...@@ -114,7 +114,7 @@ public class EmailServiceImpl implements EmailService {
map.put("film_no", film_no); map.put("film_no", film_no);
return map; return map;
} else { } else {
return null; return 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