Compare commits

..

2 Commits

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

Loading…
Cancel
Save