设备状态bug修复
This commit is contained in:
parent
b89dea9054
commit
8e0da57ba1
|
|
@ -282,7 +282,7 @@
|
||||||
<if test="devCode != null and devCode != ''">
|
<if test="devCode != null and devCode != ''">
|
||||||
and td.dev_code like concat('%',#{devCode},'%')
|
and td.dev_code like concat('%',#{devCode},'%')
|
||||||
</if>
|
</if>
|
||||||
<if test="devStatus != null and devStatus != ''">
|
<if test="devStatus != null">
|
||||||
and td.dev_status = #{devStatus}
|
and td.dev_status = #{devStatus}
|
||||||
</if>
|
</if>
|
||||||
</select>
|
</select>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue