@ -51,7 +51,6 @@ public class SqlParamReplacer {
} else if (paramObj instanceof Map) {
return ((Map<?, ?>) paramObj).get(property);
} else {
return PropertyUtils.getNestedProperty(paramObj, property);
}