@ -458,7 +458,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
-- 添加时间范围约束
and g.gather_time BETWEEN #{minTime} AND #{maxTime}
ORDER BY g.gather_time desc
ORDER BY g.gather_time ASC
</select>
<resultMap id="EquStatisticResult" type="com.alops.system.domain.dto.MonitorStatisticDto">