Commit e1a1ebb6 by huangfusuper

解决参数不替换的BUG

parent b58cd813
...@@ -132,7 +132,7 @@ public class PlaceholderUtils { ...@@ -132,7 +132,7 @@ public class PlaceholderUtils {
} }
//获取脚本占位符 //获取脚本占位符
if(CollectionUtil.isNotEmpty(placeholder) && param.containsKey(key)){ if(CollectionUtil.isNotEmpty(placeholder) && placeholder.containsKey(key)){
if(StringUtils.isNoneBlank(value)) { if(StringUtils.isNoneBlank(value)) {
placeholder.put(key,value); placeholder.put(key,value);
}else{ }else{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment