fuliqi
2024-10-13 f962534ae431779f3e341365af2e30fdd0afeb0f
ycl-server/src/main/java/com/ycl/calculate/IndexCalculationServe.java
@@ -43,12 +43,12 @@
            String deptId = monitor.getDeptId().toString();
            updateAreaStats(areaStatsMap, deptId, result);
            // 处理省厅数据
            // 处理省厅考核数据
            if (result.getProvinceTag() != null && result.getProvinceTag()) {
                String provinceKey = ApiConstants.Province + deptId;
                updateAreaStats(areaStatsMap, provinceKey, result);
            }
            // 处理公安部数据
            // 处理公安部考核数据
            if (needDept) {
                if (result.getDeptTag() != null && result.getDeptTag()) {
                    String deptKey = ApiConstants.Dept + deptId;