Commit 45e65113 authored by suhuiguang's avatar suhuiguang

1.去掉限制

parent 759b2387
...@@ -594,9 +594,6 @@ ...@@ -594,9 +594,6 @@
<when test="type != null and type != ''"> <when test="type != null and type != ''">
AND d.type = #{type} AND d.type = #{type}
</when> </when>
<otherwise>
AND ( d.type = 'FIREALARM' OR d.type = 'BREAKDOWN' OR d.type = 'SHIELD' )
</otherwise>
</choose> </choose>
</where> </where>
ORDER BY d.createDate DESC ORDER BY d.createDate DESC
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment