xiaohuo 8 months ago
commit 631872ec47
  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} and g.gather_time BETWEEN #{minTime} AND #{maxTime}
ORDER BY g.gather_time desc ORDER BY g.gather_time ASC
</select> </select>
<resultMap id="EquStatisticResult" type="com.alops.system.domain.dto.MonitorStatisticDto"> <resultMap id="EquStatisticResult" type="com.alops.system.domain.dto.MonitorStatisticDto">

Loading…
Cancel
Save