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