<if test="a!= null and a!= '' and a== '无'.toString()">
xxxxxxxxx
</if>
if标签判断字符串自动转数字问题,在判断后面加上 .toString()即可
<if test="a!= null and a!= '' and a== '无'.toString()">
xxxxxxxxx
</if>
if标签判断字符串自动转数字问题,在判断后面加上 .toString()即可

被折叠的 条评论
为什么被折叠?