|
|
@ -158,7 +158,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
<where> |
|
|
|
<if test="deviceState != null and deviceState != ''">and device_state = #{deviceState}</if> |
|
|
|
<if test="deviceName != null and deviceName != ''">and device_name like concat('%', #{deviceName}, '%')</if> |
|
|
|
and (device_type=3||device_type=13||device_type=16||device_type=17) and iot_device_id is not null |
|
|
|
and (device_type=3||device_type=13||device_type=15||device_type=16||device_type=17) and iot_device_id is not null |
|
|
|
</where> |
|
|
|
</select> |
|
|
|
<select id="selectDeviceParameterProperties" resultType="java.util.HashMap"> |
|
|
|