|
|
@ -2097,6 +2097,7 @@ public class DataStatsServiceImpl implements DataStatsService, ResultDataResolve |
|
|
|
} |
|
|
|
//例行工作次数累加
|
|
|
|
int patrolRoutineWorkTimes = NumConstant.ZERO; |
|
|
|
if (workCountMap != null){ |
|
|
|
workCountListTemp = workCountMap.get(org.getOrgId()); |
|
|
|
if (CollectionUtils.isNotEmpty(workCountListTemp)) { |
|
|
|
if (OrgLevelEnum.COMMUNITY.getCode().equals(agencyGrid.getLevel())) { |
|
|
@ -2113,6 +2114,7 @@ public class DataStatsServiceImpl implements DataStatsService, ResultDataResolve |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
patro = set.size(); |
|
|
|
Integer minutes = patrolDurationInteger / 60; |
|
|
|