Commit 45e65113 authored by suhuiguang's avatar suhuiguang

1.去掉限制

parent 759b2387
......@@ -594,9 +594,6 @@
<when test="type != null and type != ''">
AND d.type = #{type}
</when>
<otherwise>
AND ( d.type = 'FIREALARM' OR d.type = 'BREAKDOWN' OR d.type = 'SHIELD' )
</otherwise>
</choose>
</where>
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