refactor: 发送邮件代码重构

This commit is contained in:
Captain.B 2020-09-24 16:17:55 +08:00
parent e944120624
commit 7f28d4b8aa
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ public class MailService {
context.put("maintainer", testCaseWithBLOBs.getMaintainer());
context.put("testCaseName", testCaseWithBLOBs.getName());
context.put("reviewName", reviewRequest.getName());
context.put("description", reviewRequest.getDescription());
context.put("description", request.getDescription());
context.put("start", start);
context.put("end", end);