Commit ef79c171 authored by zhoushiguang's avatar zhoushiguang

总时长输出event_total_time

parent 22d1c899
......@@ -303,7 +303,7 @@
<select id="getListSingleByStartAndEnd" parameterType="Map" resultMap="AnalysisProblemCrossDayMap">
SELECT sum(event_number) as event_number,
sum(event_total_time) as event_total_time
sum(event_total_time) as event_total_time,
tapcd.event_type,
tec.label as typeName
FROM t_analysis_problem_cross_day tapcd
......
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