Showing
1 changed file
with
1 additions
and
1 deletions
@@ -396,7 +396,7 @@ public class InBoxServiceImpl implements IInBoxService { | @@ -396,7 +396,7 @@ public class InBoxServiceImpl implements IInBoxService { | ||
396 | } | 396 | } |
397 | 397 | ||
398 | private String createContent(String template, String params){ | 398 | private String createContent(String template, String params){ |
399 | - noticeMessageFormatter.filterWallet(template); | 399 | + template = noticeMessageFormatter.filterWallet(template); |
400 | if(StringUtils.isBlank(params)){ | 400 | if(StringUtils.isBlank(params)){ |
401 | return template; | 401 | return template; |
402 | } | 402 | } |
-
Please register or login to post a comment