sgj
11 小时以前 ec4f4bf4db52a0c0994edfecfcd8f6e194b429d5
fzzy-igdss-web/src/main/java/com/fzzy/group/manager/GroupManager.java
@@ -56,6 +56,9 @@
    @Resource
    private GatewaySerService gatewaySerService;
    @Resource
    private SnapReplyService  snapReplyService;
    /**
     * 获取省及下属市州集合
     *
@@ -523,6 +526,16 @@
                if (null == cacheSerByDeptId || (null != cacheSerByDeptId && StringUtils.isNotBlank(cacheSerByDeptId.getStatus()) && cacheSerByDeptId.getStatus().equals(Constant.YN_N))) {
                    deptData.setDailyTotal(-1);
                }
                //统计未批复的抓拍告警数量
                IgdsBaseParam replyParam = new IgdsBaseParam();
                replyParam.setDeptId(dept.getId());
                replyParam.setCompanyId(param.getCompanyId());
                replyParam.setKey(Constant.YN_N);
                List<SnapReply> listByParam = snapReplyService.getListByParam(replyParam);
                if (null != listByParam && !listByParam.isEmpty()){
                    deptData.setUnReplyAlarmNum(listByParam.size());
                }
                list.add(deptData);
            }
        }