Commit 287c0dc1 by huluobin

update

parent d13ee74e
...@@ -89,7 +89,7 @@ public class RRExceptionHandler { ...@@ -89,7 +89,7 @@ public class RRExceptionHandler {
//发送邮件 //发送邮件
// if (profile.equals("prod")) // if (profile.equals("prod"))
mailService.sendSimpleMail("robbendev@qq.com", profile + "异常", JsonUtilByJackson.writeValueAsString(errorLog)); mailService.sendSimpleMail("robbendev@qq.com", "gogirl_" + profile + "_异常", JsonUtilByJackson.writeValueAsString(errorLog));
return result; return result;
} }
......
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