mybatis:访问静态变量或方法
访问方法:
<if test="@com.csget.constant.ConstantApp@getUser('mobile')== 'kf'"> <![CDATA[ AND 1=2 ]]> </if>
访问变量:直接写变量名就行。
本文来自博客园,作者:huiy_小溪,转载请注明原文链接:https://www.cnblogs.com/huiy/p/9267762.html
访问方法:
<if test="@com.csget.constant.ConstantApp@getUser('mobile')== 'kf'"> <![CDATA[ AND 1=2 ]]> </if>
访问变量:直接写变量名就行。
本文来自博客园,作者:huiy_小溪,转载请注明原文链接:https://www.cnblogs.com/huiy/p/9267762.html