|
|
@@ -46,6 +46,9 @@
|
|
|
<if test="deviceModelQuery.name != null and deviceModelQuery.name != ''">
|
|
|
and name like concat('%', #{deviceModelQuery.name}, '%')
|
|
|
</if>
|
|
|
+ <if test="deviceModelQuery.status != null and deviceModelQuery.status != ''">
|
|
|
+ and status = #{deviceModelQuery.Status,jdbcType=TINYINT}
|
|
|
+ </if>
|
|
|
</select>
|
|
|
<select id="selectByPrimaryKey" parameterType="java.lang.Long" resultMap="BaseResultMap">
|
|
|
<!--@mbg.generated-->
|