<if test="params.txt != null and params.txt != ''">
and txt like concat('%', #{params.txt}, '%')
</if>
Mybatis中Like 的用法
最新推荐文章于 2024-04-10 15:48:13 发布
<if test="params.txt != null and params.txt != ''">
and txt like concat('%', #{params.txt}, '%')
</if>