|
@ -43,6 +43,7 @@ |
|
|
<if test="startTime != null and endTime != null "> |
|
|
<if test="startTime != null and endTime != null "> |
|
|
and warning.warning_time between #{startTime} and #{endTime}</if> |
|
|
and warning.warning_time between #{startTime} and #{endTime}</if> |
|
|
</where> |
|
|
</where> |
|
|
|
|
|
order by warning.warning_time desc |
|
|
</select> |
|
|
</select> |
|
|
<select id="selectSectionPerceivedEventsList" resultType="hashmap"> |
|
|
<select id="selectSectionPerceivedEventsList" resultType="hashmap"> |
|
|
select s.section_name sectionName, |
|
|
select s.section_name sectionName, |
|
|