Commit 75d704886811c6424ecc0b3a7e5cea754a0097fa
Merge branch 'localhost-cxy' into 'master'
fix: 场景联动状态修改 See merge request huang/thingsboard3.3.2!37
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -29,7 +29,7 @@ |
29 | 29 | <if test="queryMap.name !=null and queryMap.name !=''"> |
30 | 30 | AND s.name LIKE concat('%',#{queryMap.name}::TEXT,'%') |
31 | 31 | </if> |
32 | - <if test="queryMap.status !=null and queryMap.status!=''"> | |
32 | + <if test="queryMap.status !=null"> | |
33 | 33 | AND s.status = #{queryMap.status} |
34 | 34 | </if> |
35 | 35 | <if test="queryMap.organizationId !=null"> | ... | ... |