bug修复
This commit is contained in:
@ -47,7 +47,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
</sql>
|
||||
<select id="selectZcCarModelList" parameterType="ZcCarModel" resultMap="ZcCarModelResult">
|
||||
<include refid="selectZcCarModelVo"/>
|
||||
<where>
|
||||
<where>
|
||||
del_flag = 0
|
||||
<if test="modelName != null and modelName != ''"> and model_name like concat('%', #{modelName}, '%')</if>
|
||||
<if test="brandId != null"> and brand_id = #{brandId}</if>
|
||||
<if test="brandName != null and brandName != ''"> and brand_name like concat('%', #{brandName}, '%')</if>
|
||||
|
||||
Reference in New Issue
Block a user