songhuangfeng123
2022-08-18 2b4afe24e1136e4eb25e37b7a76565603ddc1a85
equipment/equipment-service/src/main/java/com/gkhy/safePlatform/equipment/service/impl/EquipmentInfoServiceImpl.java
@@ -302,7 +302,12 @@
                .select("stop_status as stopStatus,count(0) as count")
                .groupBy("stop_status");
        return this.listMaps(wrapper);
        List<Map<String, Object>> list = this.listMaps(wrapper);
        Map<String, Object> map = new HashMap<>();
        map.put("-1",equipmentInfoRepository.countOverTime());//超时未保养
        return list;
    }
    @Override