Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
gedoor committed May 5, 2019
1 parent 0335bff commit 4407dda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public String getString(String rule) throws Exception {

public String getString(String ruleStr, boolean isUrl) throws Exception {
if (StringUtils.isTrimEmpty(ruleStr)) {
return StringUtils.formatHtml(String.valueOf(object));
return null;
}
Object result = null;
List<SourceRule> ruleList = splitSourceRule(ruleStr);
Expand Down

0 comments on commit 4407dda

Please sign in to comment.