whycxzp
2023-04-23 90206a8d6467a7ad80a6caf398a131d284e918c4
src/main/java/com/whyc/service/PwrdevAlarmService.java
@@ -135,6 +135,10 @@
    public int getAlarmNumByUserId(int userId) {
        return  mapper.getAlarmNum(userId);
    }
    //实时1级电源告警个数
    public int getRealTimeWithLevel1(int userId) {
        return  mapper.getRealTimeWithLevel1(userId);
    }
    //首页电源总个数
    public int getHomeAlarmNum(int uId) {