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