|
|
@ -54,10 +54,11 @@ public class RemindServiceImpl implements RemindService { |
|
|
|
logger.error(String.format("调用gov-org-server服务查询工作人员网格列表失败返回结果", govOrgResult.toString())); |
|
|
|
}else{ |
|
|
|
List<CustomerGridByUserIdResultDTO> gridList = govOrgResult.getData(); |
|
|
|
logger.info("我的网格列表"+gridList.size()); |
|
|
|
for (CustomerGridByUserIdResultDTO gridInfo : gridList) { |
|
|
|
if(formDTO.getGridId().equals(gridInfo.getGridId())){ |
|
|
|
//查询非当前网格的
|
|
|
|
break; |
|
|
|
continue; |
|
|
|
} |
|
|
|
//其他网格,只要存在有待办事项的网格,就需要在工作首页网格名称后面显示红点
|
|
|
|
List<String> functionList = this.getRedDotFunctionList(gridInfo.getGridId()); |
|
|
|