@ -38,6 +38,9 @@
<if test="category != null and category != '' ">
AND category = #{category}
</if>
<if test="dangerType != null and dangerType != '' ">
AND danger_type = #{dangerType}
ORDER BY created_time DESC
</select>