设备名称模糊查询
This commit is contained in:
parent
fc8ab788d1
commit
20e29e5b02
|
@ -42,7 +42,7 @@
|
||||||
and county_code = #{countyCode}
|
and county_code = #{countyCode}
|
||||||
</if>
|
</if>
|
||||||
<if test="deviceName != null and deviceName != ''">
|
<if test="deviceName != null and deviceName != ''">
|
||||||
and device_name = #{deviceName}
|
and device_name like CONCAT('%', #{deviceName}, '%')
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
</select>
|
</select>
|
||||||
|
|
Loading…
Reference in New Issue