设备状态bug修复

This commit is contained in:
jjLv 2024-09-23 15:25:09 +08:00
parent b89dea9054
commit 8e0da57ba1
1 changed files with 10 additions and 10 deletions

View File

@ -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>