Authored by LUOXC

fixbug

@@ -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 }