Compare commits

..

No commits in common. 'd25c6e6a581e319380af271735c52418709e44be' and '140ede9177486ef56c4fb4f19832840afea2d096' have entirely different histories.

  1. 2
      ALOps_sys_backend/alops-system/src/main/resources/mapper/system/EquBaseMapper.xml

@ -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 ASC
ORDER BY g.gather_time desc
</select>
<resultMap id="EquStatisticResult" type="com.alops.system.domain.dto.MonitorStatisticDto">

Loading…
Cancel
Save