<if test="model != null and model != ''">model like concat('%', #{model}, '%')</if>
<if test="hull != null and hull != ''">and hull like concat('%', #{hull}, '%')</if>
myBatis-模糊查询(like)
最新推荐文章于 2024-09-15 11:26:48 发布
<if test="model != null and model != ''">model like concat('%', #{model}, '%')</if>
<if test="hull != null and hull != ''">and hull like concat('%', #{hull}, '%')</if>