Authored by LUOXC

fixbug

... ... @@ -396,7 +396,7 @@ public class InBoxServiceImpl implements IInBoxService {
}
private String createContent(String template, String params){
noticeMessageFormatter.filterWallet(template);
template = noticeMessageFormatter.filterWallet(template);
if(StringUtils.isBlank(params)){
return template;
}
... ...