Compare commits

..

2 Commits

  1. 2
      ALOps_sys_backend/alops-system/src/main/java/com/alops/system/domain/dto/MonitorListDto.java
  2. 2
      ALOps_sys_backend/alops-system/src/main/resources/mapper/system/EquBaseMapper.xml

@ -20,7 +20,7 @@ public class MonitorListDto {
private String deviceLevel; private String deviceLevel;
private String location; private String location;
private String status; private String status;
private String equImage;
// 监控指标 // 监控指标
private Float cpuUtilization; private Float cpuUtilization;
private String health; private String health;

@ -200,6 +200,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
c.equTypeName, c.equTypeName,
c.equManuId, c.equManuId,
c.equManuName, c.equManuName,
c.equImage,
c.version, c.version,
c.deviceLevel, c.deviceLevel,
c.location, c.location,
@ -219,6 +220,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
t.name AS equTypeName, t.name AS equTypeName,
b.manufacture AS equManuId, b.manufacture AS equManuId,
m.name AS equManuName, m.name AS equManuName,
b.equ_image AS equImage,
b.version, b.version,
b.device_level AS deviceLevel, b.device_level AS deviceLevel,
b.location, b.location,

Loading…
Cancel
Save