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