小智 5
最干净的方法是定义一个常量:
<property name="apos" scope="default" type="STRING" value="'"/>
Run Code Online (Sandbox Code Playgroud)
然后使用它,如下所示:
<property expression="fn:concat(get-property('whereConcat'),' AND PA_INATO=',get-property('apos'), get-property('cf'),get-property('apos'))" name="whereConcat" scope="default" type="STRING"/>
Run Code Online (Sandbox Code Playgroud)