| | |
| | | Constants.equalsInteger(i.getUserId(),memberId) |
| | | &&Constants.equalsInteger(i.getStatus(),Constants.ZERO) |
| | | &&Constants.equalsInteger(i.getSendacopy(),Constants.ZERO) |
| | | &&StringUtils.equals(i.getParam2(),"0") |
| | | ).count() |
| | | ); |
| | | //已处理数据 |
| | |
| | | noticesList.stream().filter(i->Constants.equalsInteger(i.getUserId(),noticesDTO.getMemberId()) |
| | | &&Constants.equalsInteger(i.getStatus(),Constants.ZERO) |
| | | &&Constants.equalsInteger(i.getSendacopy(),Constants.ZERO) |
| | | &&StringUtils.equals(i.getParam2(),"0") |
| | | ).count() |
| | | ); |
| | | internalHomeVO.setNoticeDealNum( |