Compare commits

..

4 Commits

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

@ -324,9 +324,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
LEFT JOIN equ_supplier s ON b.supplier_id = s.id LEFT JOIN equ_supplier s ON b.supplier_id = s.id
LEFT JOIN equ_gather g ON b.id = g.equ_id LEFT JOIN equ_gather g ON b.id = g.equ_id
where g.cpu_utilization is not null where b.id = #{id}
and b.id = #{id}
ORDER BY g.gather_time desc limit 1 ORDER BY g.gather_time desc limit 1
</select> </select>

Loading…
Cancel
Save