<if test="type!=null and type!=''">
AND type = #{type}
</if>
mybatis判断是否为空或null
最新推荐文章于 2024-09-18 19:36:32 发布
<if test="type!=null and type!=''">
AND type = #{type}
</if>