|
|
@@ -173,7 +173,7 @@ public class SPELUtil {
|
|
|
if (null == replaceValue) {
|
|
|
replaceValue = "[未找到该属性]";
|
|
|
}
|
|
|
- condStr = condStr.replace(condStrParam, replaceValue.toString());
|
|
|
+ condStr = condStr.replace("#"+condStrParam, replaceValue.toString());
|
|
|
}
|
|
|
return condStr;
|
|
|
}
|