<select id="selectCarTypeList" parameterType="CarType" resultMap="CarTypeResult"> <include refid="selectCarTypeVo"/> <where> <if test="ctName != null and ctName != ''">and ct_name like concat('%', #{ctName}, '%')</if> <if test="ctImage != null and ctImage != ''">and ct_image = #{ctImage}</if> <if test="ctNumber != null and ctNumber != ''">and ct_number = #{ctNumber}</if> </where> <!--数据范围过滤--> ${params.dataScope} </select>
时间: 2023-03-06 21:16:20 浏览: 113
MyBatis-03动态SQL-01.<if>元素的使用
"null" 是一个英文词汇,通常表示空值、无效或缺少内容等意思。在计算机科学中,它通常用来表示一个变量或对象没有被赋值,或者一个操作没有返回任何有效的结果。在程序设计中,通常会用 "null" 来代表空对象或空指针。
阅读全文