Commit e4a85af3 by 汪志阳

fix:bug修改

parent f9b00d3e
...@@ -40,7 +40,7 @@ public class PlatAlarmRecordChildrenController { ...@@ -40,7 +40,7 @@ public class PlatAlarmRecordChildrenController {
PageVO<PlatAlarmRecordVO> result = platAlarmRecordService.childrenPage(dto); PageVO<PlatAlarmRecordVO> result = platAlarmRecordService.childrenPage(dto);
Map<String, Object> resMap = Maps.newHashMap(); Map<String, Object> resMap = Maps.newHashMap();
boolean b = result.getList().stream().anyMatch(p -> StringUtils.equals(CommonEnum.NO.getValue(), p.getWechatReadFlag())); boolean b = result.getList().stream().anyMatch(p -> StringUtils.equals(CommonEnum.NO.getValue(), p.getWechatReadFlag()));
resMap.put("todoFlag", b); resMap.put("wechatReadFlag", b);
resMap.put("page", result); resMap.put("page", result);
return ApiResponseUtils.success(resMap); return ApiResponseUtils.success(resMap);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment