Commit 48968f59 authored by maoying's avatar maoying

Merge branch 'develop_station' of http://39.98.45.134:8090/moa/amos-boot-biz into develop_station

parents d9a598c7 45e65113
...@@ -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